Fix typo; excerise -> exercise

This commit is contained in:
Todd C. Miller
2022-11-16 19:23:11 -07:00
parent 920d384941
commit fe8e1f3d38
2 changed files with 2 additions and 2 deletions

View File

@@ -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 # If the last byte of the input file was a backslash, the parser would
# read past the end of the buffer. # read past the end of the buffer.

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Sudo Bug 361: # Sudo Bug 361:
# Excerises a bug in the redblack tree code. # Exercises a bug in the redblack tree code.
# #
: ${VISUDO=visudo} : ${VISUDO=visudo}