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: