From 2dbbf81e9d85dc18c6248eff9293182b28527cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20K=C3=BC=C3=A7=C3=BCk?= Date: Wed, 1 Jun 2011 06:54:10 +0000 Subject: [PATCH] actionsapi: Fix typo in shelltools documentation --- ChangeLog | 5 ++++- pisi/actionsapi/shelltools.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52fd9168..368a5a22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2011-05-31 Onur Küçük + * actionsapi: Fix typo in shelltools documentation + 2011-05-30 Fatih Aşıcı * l10n: Update messages @@ -1921,4 +1924,4 @@ Thanks Fatih for the collaboration. 2010-02-20 Fatih Aşıcı - * Add target attribute to Archive tag. It can be used to extract the archive into a sub-directory. \ No newline at end of file + * Add target attribute to Archive tag. It can be used to extract the archive into a sub-directory. diff --git a/pisi/actionsapi/shelltools.py b/pisi/actionsapi/shelltools.py index 430032f3..f21f1501 100644 --- a/pisi/actionsapi/shelltools.py +++ b/pisi/actionsapi/shelltools.py @@ -183,7 +183,7 @@ def copytree(source, destination, sym = True): error(_('ActionsAPI [copytree]: Directory %s doesn\'t exists.') % (source)) def touch(filePath): - '''changes the access time of the 'filePath', or creates it if it is not exist''' + '''changes the access time of the 'filePath', or creates it if it does not exist''' filePathGlob = glob.glob(filePath) if filePathGlob: