diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-15 10:32:44 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-15 10:32:44 +0000 |
commit | 846dc4bae094e35ca600ad1614de41c5479665d2 (patch) | |
tree | 0a3da01913850e9a9473b2d83d36c13927ee8075 | |
parent | 70dc89d14bbd4ebc8aabbab725021b8677ed9a09 (diff) | |
download | emacs-846dc4bae094e35ca600ad1614de41c5479665d2.tar.gz emacs-846dc4bae094e35ca600ad1614de41c5479665d2.tar.bz2 emacs-846dc4bae094e35ca600ad1614de41c5479665d2.zip |
Fix typos.
-rw-r--r-- | lisp/play/bruce.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/play/bruce.el b/lisp/play/bruce.el index d54a49981c0..66edde553e3 100644 --- a/lisp/play/bruce.el +++ b/lisp/play/bruce.el @@ -28,7 +28,7 @@ ;; This program was written to protest the miss-named "Communications ;; Decency Act of 1996. This Act bans "indecent speech", whatever that is, -;; from the internet. For more on the CDA, see Richard Stallman's essay on +;; from the Internet. For more on the CDA, see Richard Stallman's essay on ;; censorship, included in the etc directory of emacs distributions 19.34 ;; and up. See also http://www.eff.org/blueribbon.html. @@ -56,7 +56,7 @@ ;; data file from which to select words at random. Sorry about that. I ;; believe the average user will be able to come up with a few words on ;; his or her own. If that is a problem, feel free to ask any American -;; teenager, preferrably one who attends a government school. Failing +;; teenager, preferably one who attends a government school. Failing ;; that, you might write to Mr. Clinton or Ms Reno or their successors and ;; ask them for suggestions. Think of it as a public spirited act: the ;; time they spend answering you is time not spent persecuting someone @@ -70,7 +70,7 @@ ;; ascii 0s. ;; Once you have edited up a data file, you have to tell emacs how to find -;; the program bruce. Add the follwing two lines to your .emacs file. Be +;; the program bruce. Add the following two lines to your .emacs file. Be ;; sure to uncomment the second line. ;; for bruce mode @@ -112,7 +112,7 @@ :group 'games) (defcustom bruce-phrases-file "~/bruce.lines" - "Keep your favorite phrases here." + "Keep your favourite phrases here." :type 'file :group 'bruce) |