From 85e596c2438a10718f0f6a4d416583fdca75797f Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 24 Apr 2006 13:43:47 +0000 Subject: [PATCH] Grammar fixes. [SVN r33791] --- v2/tools/cast.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/cast.jam b/v2/tools/cast.jam index cc21f7179..086d2f93c 100644 --- a/v2/tools/cast.jam +++ b/v2/tools/cast.jam @@ -72,7 +72,7 @@ rule cast ( name type : sources * : requirements * : default-build * if ! $(real-type) { errors.user-error "No type corresponds to main target rule nam '$(type)'" - : "Hint: try lowercase the name" ; + : "Hint: try lowercase name" ; }