diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2019-08-10 10:49:32 -0400 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-08-10 19:09:13 +0200 |
commit | 421c243765f40353934208c949b2af2f7e3428ba (patch) | |
tree | dd7dda5767a46df1e95804b978ed0904b8c74b91 /gr-utils/python | |
parent | f1475ce5eea60d4780621b5f62b8c7a226cd29a9 (diff) |
Fix for more misc typos
Diffstat (limited to 'gr-utils/python')
-rw-r--r-- | gr-utils/python/modtool/core/rename.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/core/rename.py b/gr-utils/python/modtool/core/rename.py index aa8d88ee96..9974ba2c70 100644 --- a/gr-utils/python/modtool/core/rename.py +++ b/gr-utils/python/modtool/core/rename.py @@ -175,7 +175,7 @@ class ModToolRename(ModTool): if not os.path.isfile(filename): return False else: - logger.info("In '{}' renaming occurences of '{}' to '{}'".format(filename, old, new)) + logger.info("In '{}' renaming occurrences of '{}' to '{}'".format(filename, old, new)) with open(filename) as f: cfile = f.read() |