actionsapi: Fix typo in shelltools documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user