summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/Perforce.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Tool/Perforce.py')
-rw-r--r--src/engine/SCons/Tool/Perforce.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/Perforce.py b/src/engine/SCons/Tool/Perforce.py
index 37115e9..de87dc2 100644
--- a/src/engine/SCons/Tool/Perforce.py
+++ b/src/engine/SCons/Tool/Perforce.py
@@ -74,7 +74,7 @@ def generate(env):
# Perforce seems to use the PWD environment variable rather than
# calling getcwd() for itself, which is odd. If no PWD variable
# is present, p4 WILL call getcwd, but this seems to cause problems
- # with good ol' Win32's tilde-mangling for long file names.
+ # with good ol' Windows's tilde-mangling for long file names.
environ['PWD'] = env.Dir('#').get_abspath()
for var in _import_env: