summaryrefslogtreecommitdiffstats
path: root/gitlint-core/gitlint/shell.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gitlint-core/gitlint/shell.py (renamed from gitlint/shell.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlint/shell.py b/gitlint-core/gitlint/shell.py
index e05204a..365c65d 100644
--- a/gitlint/shell.py
+++ b/gitlint-core/gitlint/shell.py
@@ -1,7 +1,7 @@
"""
This module implements a shim for the 'sh' library, mainly for use on Windows (sh is not supported on Windows).
-We might consider removing the 'sh' dependency alltogether in the future, but 'sh' does provide a few
+We might consider removing the 'sh' dependency altogether in the future, but 'sh' does provide a few
capabilities wrt dealing with more edge-case environments on *nix systems that are useful.
"""