summaryrefslogtreecommitdiff
path: root/shellutils.py
diff options
context:
space:
mode:
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: