commit: 9dad48cd58b820313ce1cc0fcceb87db749806b2
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 2 06:08:25 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 06:08:25 2016 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9dad48cd
fileops.py: Fix docstring typo
catalyst/fileops.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/catalyst/fileops.py b/catalyst/fileops.py
index 1ef6b4c..4fdc044 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
'''