Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Change "failes" to "fails"
  • Loading branch information
lhanson authored Nov 24, 2018
1 parent 2dc6337 commit 3d05c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ do { \
/**
* Check two strings to determine if 0==strcmp(X,Y)
*
* If X or Y is NULL the test failes.
* If X or Y is NULL the test fails.
* If not 0==strcmp(X,Y), the test fails.
*
* @param X string
Expand Down

0 comments on commit 3d05c69

Please sign in to comment.