Skip to content

Commit 5357e18

Browse files
authored
Merge pull request #213 from jsoref/spelling
spelling: appropriate
2 parents 0ab55f8 + 53893ca commit 5357e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-secrets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ prepare_commit_msg_hook() {
194194

195195
install_hook() {
196196
local path="$1" hook="$2" cmd="$3" dest
197-
# Determines the approriate path for a hook to be installed
197+
# Determines the appropriate path for a hook to be installed
198198
if [ -d "${path}/hooks/${hook}.d" ]; then
199199
dest="${path}/hooks/${hook}.d/git-secrets"
200200
else

0 commit comments

Comments
 (0)