actionsapi: Fix typo in shelltools documentation

This commit is contained in:
Onur Küçük
2011-06-01 06:54:10 +00:00
parent b877ffd788
commit 2dbbf81e9d
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
2011-05-31 Onur Küçük <onur@pardus.org.tr>
* actionsapi: Fix typo in shelltools documentation
2011-05-30 Fatih Aşıcı <fatih@pardus.org.tr>
* l10n: Update messages
@@ -1921,4 +1924,4 @@
Thanks Fatih for the collaboration.
2010-02-20 Fatih Aşıcı <fatih@pardus.org.tr>
* Add target attribute to Archive tag. It can be used to extract the archive into a sub-directory.
* Add target attribute to Archive tag. It can be used to extract the archive into a sub-directory.
+1 -1
View File
@@ -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: