summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/textfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Tool/textfile.py')
-rw-r--r--src/engine/SCons/Tool/textfile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/textfile.py b/src/engine/SCons/Tool/textfile.py
index 8dc8f4b..76efbd7 100644
--- a/src/engine/SCons/Tool/textfile.py
+++ b/src/engine/SCons/Tool/textfile.py
@@ -40,8 +40,8 @@ Textfile/Substfile builder for SCons.
expanded (its keys are not expanded). If a value of SUBST_DICT is
a python callable function, it is called and the result is expanded
as the value. Values are substituted in a "random" order; if any
- substitution could be further expanded by another subsitition, it
- is unpredictible whether the expansion will occur.
+ substitution could be further expanded by another substitution, it
+ is unpredictable whether the expansion will occur.
"""
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"