summaryrefslogtreecommitdiffstats
path: root/gitlint-core/gitlint/files/commit-msg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gitlint-core/gitlint/files/commit-msg (renamed from gitlint/files/commit-msg)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlint/files/commit-msg b/gitlint-core/gitlint/files/commit-msg
index 6a25d34..e754e8d 100644
--- a/gitlint/files/commit-msg
+++ b/gitlint-core/gitlint/files/commit-msg
@@ -11,7 +11,7 @@ if [ $stdin_available -eq 1 ]; then
# Now that we know we have a functional tty, set stdin to it so we can ask the user questions :-)
exec < /dev/tty
- # On Windows, we need to explicitely set our stdout to the tty to make terminal editing work (e.g. vim)
+ # On Windows, we need to explicitly set our stdout to the tty to make terminal editing work (e.g. vim)
# See SO for windows detection in bash (slight modified to work on plain shell (not bash)):
# https://stackoverflow.com/questions/394230/how-to-detect-the-os-from-a-bash-script
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] || [ "$OSTYPE" = "win32" ]; then