$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77800 - trunk/tools/build/v2/tools
From: steven_at_[hidden]
Date: 2012-04-06 22:04:05
Author: steven_watanabe
Date: 2012-04-06 22:04:05 EDT (Fri, 06 Apr 2012)
New Revision: 77800
URL: http://svn.boost.org/trac/boost/changeset/77800
Log:
Typo in comment
Text files modified: 
   trunk/tools/build/v2/tools/cast.jam |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/cast.jam
==============================================================================
--- trunk/tools/build/v2/tools/cast.jam	(original)
+++ trunk/tools/build/v2/tools/cast.jam	2012-04-06 22:04:05 EDT (Fri, 06 Apr 2012)
@@ -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.
 #