summaryrefslogtreecommitdiff
path: root/tools/build/v2/tools/cast.jam
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/v2/tools/cast.jam')
-rw-r--r--tools/build/v2/tools/cast.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/v2/tools/cast.jam b/tools/build/v2/tools/cast.jam
index 6c84922f1f..211ce63296 100644
--- a/tools/build/v2/tools/cast.jam
+++ b/tools/build/v2/tools/cast.jam
@@ -11,7 +11,7 @@
#
# exe main : main.cpp [ cast _ moccable-cpp : widget.cpp ] ;
#
-# Boost.Build will assing target type CPP to both main.cpp and widget.cpp. Then,
+# Boost.Build will assign target type CPP to both main.cpp and widget.cpp. Then,
# the cast rule will change target type of widget.cpp to MOCCABLE-CPP, and Qt
# support will run the MOC tool as part of the build process.
#