summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-25 18:07:11 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-25 18:07:11 +0000
commit97a983f472dfdb6c5600aa48f0aad80a5a77fd72 (patch)
tree0fe293553e420fda89ec4f084828e17363d9a50e
parentd5913bf6f59c7dccda87c69171393bb3283174fe (diff)
downloademacs-97a983f472dfdb6c5600aa48f0aad80a5a77fd72.tar.gz
Fix another message.
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 5635474b0fb..87618609f53 100755
--- a/configure1.in
+++ b/configure1.in
@@ -922,7 +922,7 @@ case "${window_system}" in
fi
;;
* )
- echo "Don\'t specify the window system more than once." >&2
+ echo "Don't specify the window system more than once." >&2
exit 1
;;
esac