changeset 238:2815bfcdc270

corrected typo
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 14 Feb 2009 23:41:35 +0100
parents aec8ea98e768
children 2a4b0c3def9b
files src/boost.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/boost.mk	Sat Feb 14 22:16:32 2009 +0100
+++ b/src/boost.mk	Sat Feb 14 23:41:35 2009 +0100
@@ -17,7 +17,7 @@
 
 define $(PKG)_BUILD
     echo 'using gcc : : $(TARGET)-g++ : ;' > '$(1)/user-config.jam'
-    # make the build scrip generate .a library files instead of .lib
+    # make the build script generate .a library files instead of .lib
     $(SED) 's,<target-os>windows : lib ;,<target-os>windows : a ;,' -i '$(1)/tools/build/v2/tools/types/lib.jam'
     # compile boost jam
     cd '$(1)/tools/jam/src' && ./build.sh