From 140cea983b9d9e02cc76b1ebcb47c0fb4a88b367 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 10 Apr 2018 18:55:11 -0700 Subject: Fix comment spelling --- src/engine/SCons/Node/FS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/SCons/Node/FS.py b/src/engine/SCons/Node/FS.py index bba5cbb..31c7441 100644 --- a/src/engine/SCons/Node/FS.py +++ b/src/engine/SCons/Node/FS.py @@ -3256,7 +3256,7 @@ class File(Base): """ Used when decider for file is Timestamp-MD5 - NOTE: If the timestamp hasn't change this will skip md5'ing the + NOTE: If the timestamp hasn't changed this will skip md5'ing the file and just copy the prev_ni provided. If the prev_ni is wrong. It will propogate it. See: https://github.com/SCons/scons/issues/2980 -- cgit v0.12