summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/POSIX.py
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2008-09-27 02:20:53 +0000
committerSol Jerome <solj@ices.utexas.edu>2008-09-27 02:20:53 +0000
commit6e8b40a2496bd5c0f531804a210cf6b5ba072ed1 (patch)
tree56804032259587b28d12e5c7386e56562127b540 /src/lib/Client/Tools/POSIX.py
parent31a81c82a5c8e71a7e355dc1426da10ec6e28a45 (diff)
downloadbcfg2-6e8b40a2496bd5c0f531804a210cf6b5ba072ed1.tar.gz
bcfg2-6e8b40a2496bd5c0f531804a210cf6b5ba072ed1.tar.bz2
bcfg2-6e8b40a2496bd5c0f531804a210cf6b5ba072ed1.zip
Pylint formatting fixes for client tool drivers
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4923 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Client/Tools/POSIX.py')
-rw-r--r--src/lib/Client/Tools/POSIX.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Client/Tools/POSIX.py b/src/lib/Client/Tools/POSIX.py
index ae90e3575..b2fe3f24b 100644
--- a/src/lib/Client/Tools/POSIX.py
+++ b/src/lib/Client/Tools/POSIX.py
@@ -327,7 +327,7 @@ class POSIX(Bcfg2.Client.Tools.Tool):
except IOError, error:
self.logger.error("Failed to read %s: %s" % (error.filename, error.strerror))
return False
- # comparaison should be done with figerprints or md5sum so it would be faster
+ # comparison should be done with fingerprints or md5sum so it would be faster
# for big binary files
contentStatus = content == tempdata
if not contentStatus: