aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-02-01 22:08:25 -0800
committerBrian Dolbec <dolsen@gentoo.org>2016-02-01 22:08:25 -0800
commit9dad48cd58b820313ce1cc0fcceb87db749806b2 (patch)
tree78e554ccb5f71e1a092288dabfa4e3e58f95f720 /catalyst/fileops.py
parentmain.py: Add missing value to log statement (diff)
downloadcatalyst-9dad48cd58b820313ce1cc0fcceb87db749806b2.tar.gz
catalyst-9dad48cd58b820313ce1cc0fcceb87db749806b2.tar.bz2
catalyst-9dad48cd58b820313ce1cc0fcceb87db749806b2.zip
fileops.py: Fix docstring typo
Diffstat (limited to 'catalyst/fileops.py')
-rw-r--r--catalyst/fileops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalyst/fileops.py b/catalyst/fileops.py
index 1ef6b4c7..4fdc0448 100644
--- a/catalyst/fileops.py
+++ b/catalyst/fileops.py
@@ -59,7 +59,7 @@ def clear_dir(target, mode=0o755, chg_flags=False, remove=False):
@target: string, path to be cleared or removed
@mode: integer, desired mode to set the directory to
- @chg_flags: boolean used for FreeBSD hoosts
+ @chg_flags: boolean used for FreeBSD hosts
@remove: boolean, passed through to clear_dir()
@return boolean
'''