diff --git a/plugins/sudoers/regress/corpus/seed/ldif/pr196.ldif b/plugins/sudoers/regress/corpus/seed/ldif/pr196.ldif index 32bdd6e76..78c150a57 100644 --- a/plugins/sudoers/regress/corpus/seed/ldif/pr196.ldif +++ b/plugins/sudoers/regress/corpus/seed/ldif/pr196.ldif @@ -1,4 +1,4 @@ -# Excerise the fix for https://github.com/sudo-project/sudo/pull/169 +# Exercise the fix for https://github.com/sudo-project/sudo/pull/169 # # If the last byte of the input file was a backslash, the parser would # read past the end of the buffer. diff --git a/plugins/sudoers/regress/visudo/test3.sh b/plugins/sudoers/regress/visudo/test3.sh index e556e6326..d219f5681 100755 --- a/plugins/sudoers/regress/visudo/test3.sh +++ b/plugins/sudoers/regress/visudo/test3.sh @@ -1,7 +1,7 @@ #!/bin/sh # # Sudo Bug 361: -# Excerises a bug in the redblack tree code. +# Exercises a bug in the redblack tree code. # : ${VISUDO=visudo}