summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/sunar.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Tool/sunar.py')
-rw-r--r--src/engine/SCons/Tool/sunar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/sunar.py b/src/engine/SCons/Tool/sunar.py
index eb58457..ec076c8 100644
--- a/src/engine/SCons/Tool/sunar.py
+++ b/src/engine/SCons/Tool/sunar.py
@@ -2,7 +2,7 @@
Tool-specific initialization for Solaris (Forte) ar (library archive). If CC
exists, static libraries should be built with it, so that template
-instantians can be resolved.
+instantiations can be resolved.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()