Fix spelling error in comment.

This commit is contained in:
Dianne Skoll
2024-11-18 11:20:13 -05:00
parent 57fa1a6099
commit 877aaed1a1

View File

@@ -27,7 +27,7 @@ if test `id -u` = 0 ; then
exit 1
fi
# We alias "remind" here so that we don't inadvertantly add code that
# We alias "remind" here so that we don't inadvertently add code that
# runs the system-installed verion of Remind rather than
# ../src/remind. This trick was suggested by Jochen Sprickerhof
alias remind="echo You should be using ../src/remind explicitly in test-rem >&2; exit 1"