summaryrefslogtreecommitdiff
path: root/shellutils.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:44:56 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:44:56 +0100
commitb7e84e3fc5418641041f95a80f08fe053c004c27 (patch)
treea0e0865c87e8bd127df674b53b30f3e323c1b255 /shellutils.py
parentb80f0a3c1f04c4446ab3f7ec019a3888fa098fab (diff)
downloadlogilab-common-b7e84e3fc5418641041f95a80f08fe053c004c27.tar.gz
include Dotan Barak spell fixes patch
Diffstat (limited to 'shellutils.py')
-rw-r--r--shellutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shellutils.py b/shellutils.py
index 23a1723..b9f6253 100644
--- a/shellutils.py
+++ b/shellutils.py
@@ -93,7 +93,7 @@ def cp(source, destination):
mv(source, destination, _action=shutil.copy)
def find(directory, exts, exclude=False, blacklist=STD_BLACKLIST):
- """Recursivly find files ending with the given extensions from the directory.
+ """Recursively find files ending with the given extensions from the directory.
:type directory: str
:param directory: