summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen <keenerd@gmail.com>2016-04-28 00:03:35 -0400
committerKyle Keen <keenerd@gmail.com>2016-04-28 00:03:35 -0400
commit9ec012267b6f7831438539379fcc8917944585b4 (patch)
tree3d0da171d4040fa26128b6301341de35a05f8942
parent6cf4feea3624839455e0d4a492db101ede71ef0a (diff)
downloadnamcap-9ec012267b6f7831438539379fcc8917944585b4.tar.gz
namcap-9ec012267b6f7831438539379fcc8917944585b4.zip
Typos
-rw-r--r--Namcap/rules/py_mtime.py2
-rw-r--r--namcap-tags2
2 files changed, 2 insertions, 2 deletions
diff --git a/Namcap/rules/py_mtime.py b/Namcap/rules/py_mtime.py
index ee91b32..9b9589b 100644
--- a/Namcap/rules/py_mtime.py
+++ b/Namcap/rules/py_mtime.py
@@ -120,7 +120,7 @@ class package(TarballRule):
tar_status = _try_tar(tar)
if mtree_status == False and tar_status:
# mtree only
- self.warning = [('py-mtime-mtree-warning', ())]
+ self.warnings = [('py-mtime-mtree-warning', ())]
elif not tar_status:
# tar or both
self.errors = [('py-mtime-tar-error', ())]
diff --git a/namcap-tags b/namcap-tags
index bc6c90f..5cf938f 100644
--- a/namcap-tags
+++ b/namcap-tags
@@ -64,7 +64,7 @@ perllocal-pod-present %s :: perllocal.pod found in %s.
pkgname-in-description :: Description should not contain the package name.
potential-non-fhs-info-page %s :: Potential non-FHS info page (%s) found.
potential-non-fhs-man-page %s :: Potential non-FHS man page (%s) found.
-py-mtime-mtree-warning :: Found .py file unoticeably newer than associated .pyc/pyo.
+py-mtime-mtree-warning :: Found .py file unnoticeably newer than associated .pyc/pyo.
py-mtime-tar-error :: Found .py file newer than associated .pyc/pyo.
py-mtime-file-name %s :: Python script (%s) is newer than associated .pyc/pyo.
script-link-detected %s in %s :: Script link detected (%s) in file %s