From f17a9b961654bc63a121d9d09afe13022b3387ff Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 2 Jun 2005 12:04:45 +0000 Subject: [PATCH] Fix typo [SVN r29373] --- v2/tools/gcc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/gcc.jam b/v2/tools/gcc.jam index 65f3dfcd6..9653f48c7 100644 --- a/v2/tools/gcc.jam +++ b/v2/tools/gcc.jam @@ -103,7 +103,7 @@ if [ os.name ] != CYGWIN && [ os.name ] != NT # # Yet another alternative would be to create propagated # feature, and set it when building shared libraries, but that's hard - # to implement and will increate target path length even more. + # to implement and will increase target path length even more. flags gcc.compile OPTIONS shared : -fPIC ; } if [ os.name ] != NT