Skip to content

Commit 3736433

Browse files
authored
Merge pull request #36 from jsoref/spelling
Fix spelling mistakes
2 parents 27a2b06 + cd98dad commit 3736433

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ None, other than Bash.
8484
* http://chris.beams.io/posts/git-commit
8585
* http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
8686
* https://www.git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project#Commit-Guidelines
87-
* Tim Perry's excellent [git-confim](https://github.com/pimterry/git-confirm) hook, which provided the inspiration and much of the scaffolding for this hook.
87+
* Tim Perry's excellent [git-confirm](https://github.com/pimterry/git-confirm) hook, which provided the inspiration and much of the scaffolding for this hook.

hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ read_commit_message() {
123123
}
124124

125125
#
126-
# Validate the contents of the commmit msg against the good commit guidelines.
126+
# Validate the contents of the commit msg against the good commit guidelines.
127127
#
128128

129129
validate_commit_message() {

test/validation.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ EOF
258258
run git commit -m "$(cat <<EOF
259259
Add foo bar string to my_file
260260
261-
- Added string direcly to avoid issues with X, ref:
261+
- Added string directly to avoid issues with X, ref:
262262
http://www.example.com/a-link-to-a-relevant-article-or-issue-or-discussion-thread
263263
264264
Fixes: #Y.

0 commit comments

Comments
 (0)