Revision: 51795
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51795&view=rev
Author:   carlmoore
Date:     2012-08-07 20:31:06 +0000 (Tue, 07 Aug 2012)
Log Message:
-----------
fix spellings (CAN NOT TOUCH PROGRAM VARIABLES' NAMES, ETC.)

Modified Paths:
--------------
    brlcad/trunk/configure.ac

Modified: brlcad/trunk/configure.ac
===================================================================
--- brlcad/trunk/configure.ac   2012-08-07 20:19:28 UTC (rev 51794)
+++ brlcad/trunk/configure.ac   2012-08-07 20:31:06 UTC (rev 51795)
@@ -2947,7 +2947,7 @@
 
 
 dnl *** incrTcl ***
-dnl See if libitcl and libitk seem to work, make sure it's not dependant upon 
libtcl
+dnl See if libitcl and libitk seem to work, make sure it's not dependent upon 
libtcl
 itcl_works=no
 AC_MSG_CHECKING(for incrTcl library functionality)
 PRELIBS="$LIBS"
@@ -3088,7 +3088,7 @@
        return 1;
     }
     if (Itcl_Init(interp) == TCL_ERROR) {
-       printf("ITCL interp failed to initaliaze: %s\n", 
Tcl_GetStringResult(interp));
+       printf("ITCL interp failed to initialize: %s\n", 
Tcl_GetStringResult(interp));
        return 1;
     }
     res = Tcl_Eval(interp, cmd);
@@ -3356,7 +3356,7 @@
 AC_SUBST(LIBSOCKET)
 
 dnl *** libnsl ***
-AC_MSG_CHECKING(for system network socket library availablity)
+AC_MSG_CHECKING(for system network socket library availability)
 AC_MSG_RESULT([$nsl_link_works])
 AC_SUBST(LIBNSL)
 

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to