diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2013-03-04 00:46:21 +0100 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2013-03-04 00:46:21 +0100 |
commit | 8f22a83e69c09479672245b70fde156938a65f33 (patch) | |
tree | b7453e16c5c1df8f291411ba335b3c188ce590e4 | |
parent | pprint is useless in this case (diff) | |
download | confman-8f22a83e69c09479672245b70fde156938a65f33.tar.xz |
Typo
-rw-r--r-- | confman.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -374,7 +374,7 @@ class ConfigSource(object): self.add_dir(relpath, filename) for filename in to_remove: # this list can be modified in place - # but we wust no remove elements when iterating on it! + # but we wust not remove elements when iterating on it! dirs.remove(filename) for filename in files: |