diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-09 21:10:42 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-09 21:10:42 (GMT) |
commit | d6374929b6addeceeabc611fdde346549cb3049b (patch) | |
tree | f5dba172c5467a2fde75ee7846c52c799bbf2230 /test/MSVC | |
parent | a21a4aa4056e379660f86570d939a75b4e6c5872 (diff) | |
download | SCons-d6374929b6addeceeabc611fdde346549cb3049b.zip SCons-d6374929b6addeceeabc611fdde346549cb3049b.tar.gz SCons-d6374929b6addeceeabc611fdde346549cb3049b.tar.bz2 |
Doc string fix.
Diffstat (limited to 'test/MSVC')
-rw-r--r-- | test/MSVC/PCHCOM.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MSVC/PCHCOM.py b/test/MSVC/PCHCOM.py index 308dd0e..56718ef 100644 --- a/test/MSVC/PCHCOM.py +++ b/test/MSVC/PCHCOM.py @@ -25,7 +25,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" """ -Test the ability to configure the $MIDLCOM construction variable. +Test the ability to configure the $PCHCOM construction variable. """ import TestSCons |