Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/
Date: Tue, 02 Feb 2016 06:11:32
Message-Id: 1454393305.9dad48cd58b820313ce1cc0fcceb87db749806b2.dolsen@gentoo
1 commit: 9dad48cd58b820313ce1cc0fcceb87db749806b2
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 06:08:25 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 06:08:25 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9dad48cd
7
8 fileops.py: Fix docstring typo
9
10 catalyst/fileops.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/catalyst/fileops.py b/catalyst/fileops.py
14 index 1ef6b4c..4fdc044 100644
15 --- a/catalyst/fileops.py
16 +++ b/catalyst/fileops.py
17 @@ -59,7 +59,7 @@ def clear_dir(target, mode=0o755, chg_flags=False, remove=False):
18
19 @target: string, path to be cleared or removed
20 @mode: integer, desired mode to set the directory to
21 - @chg_flags: boolean used for FreeBSD hoosts
22 + @chg_flags: boolean used for FreeBSD hosts
23 @remove: boolean, passed through to clear_dir()
24 @return boolean
25 '''