]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/qt4.jam
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / tools / qt4.jam
index 4a434d76d1364c28d85ef14fb1df1dec2ae62242..b1b44126ffd83bd248a68bcbc6e2360807f5ec66 100644 (file)
@@ -74,7 +74,7 @@ import scanner ;
 # "<qt3support>on" to requirements
 #
 # Use "<qt3support>on:<define>QT3_SUPPORT_WARNINGS"
-# to get warnings about deprecated Qt3 support funtions and classes.
+# to get warnings about deprecated Qt3 support functions and classes.
 # Files ported by the "qt3to4" conversion tool contain _tons_ of
 # warnings, so this define is not set as default.
 #
@@ -245,7 +245,7 @@ rule init ( prefix : full_bin ? : full_inc ? : full_lib ? : version ? : conditio
         # dependency scanner for wrapped files.
         type.set-scanner QRC : qrc-scanner ;
 
-        # Save value of first occuring prefix
+        # Save value of first occurring prefix
         .PREFIX = $(prefix) ;
     }
 
@@ -636,7 +636,7 @@ rule add-static-library ( lib-name : depends-on * : usage-defines * : requiremen
 # - version  Qt major number used as shared library suffix (QtCore4.so)
 # - depends-on other Qt libraries
 # - usage-defines those are set by qmake, so set them when using this library
-# - requirements addional requirements
+# - requirements additional requirements
 # - include non-canonical include path. The canonical path is $(.incprefix)/$(lib-name).
 rule add-library ( lib-name : version ? : depends-on * : usage-defines * : requirements * : include ? )
 {