Skip to content

Commit 53893ca

Browse files
committed
spelling: appropriate
Signed-off-by: Josh Soref <[email protected]>
1 parent b9e96b3 commit 53893ca

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)