Revision: 69050
          http://sourceforge.net/p/brlcad/code/69050
Author:   starseeker
Date:     2016-10-13 15:22:49 +0000 (Thu, 13 Oct 2016)
Log Message:
-----------
typo

Modified Paths:
--------------
    brlcad/trunk/src/libbu/fgets.c

Modified: brlcad/trunk/src/libbu/fgets.c
===================================================================
--- brlcad/trunk/src/libbu/fgets.c      2016-10-13 15:21:12 UTC (rev 69049)
+++ brlcad/trunk/src/libbu/fgets.c      2016-10-13 15:22:49 UTC (rev 69050)
@@ -25,7 +25,7 @@
 #include <math.h>
 #include <string.h>
 
-#includle "bu/log.h"
+#include "bu/log.h"
 
 char *
 bu_fgets(char *s, int size, FILE *stream)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to