about summary refs log tree commit diff
path: root/src/etc/tidy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/tidy.py')
-rw-r--r--src/etc/tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/tidy.py b/src/etc/tidy.py
index 942793adc31..fd3f4bf0b13 100644
--- a/src/etc/tidy.py
+++ b/src/etc/tidy.py
@@ -147,7 +147,7 @@ try:
                         report_err("snapshot out of date (" + date
                             + "): " + line)
                 else:
-                    if "SNAP" in line:
+                    if "SNAP " in line:
                         report_warn("unmatched SNAP line: " + line)
 
             if cr_flag in line: