From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7C3CD58974 for ; Tue, 2 Feb 2016 06:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DD5A21C006; Tue, 2 Feb 2016 06:11:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34A2321C006 for ; Tue, 2 Feb 2016 06:11:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5CD0340B55 for ; Tue, 2 Feb 2016 06:11:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9419F8F4 for ; Tue, 2 Feb 2016 06:11:25 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1454393305.9dad48cd58b820313ce1cc0fcceb87db749806b2.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/fileops.py X-VCS-Directories: catalyst/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9dad48cd58b820313ce1cc0fcceb87db749806b2 X-VCS-Branch: master Date: Tue, 2 Feb 2016 06:11:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c49e0b3-0024-43ce-b946-449b5d12cb4c X-Archives-Hash: 8da45aec103df8f733830949033e60a8 commit: 9dad48cd58b820313ce1cc0fcceb87db749806b2 Author: Brian Dolbec gentoo org> AuthorDate: Tue Feb 2 06:08:25 2016 +0000 Commit: Brian Dolbec gentoo 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 '''