]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix more typos
authorStefan Kangas <stefan@marxist.se>
Fri, 2 Oct 2020 16:02:51 +0000 (18:02 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 3 Oct 2020 10:53:51 +0000 (12:53 +0200)
18 files changed:
doc/lispref/tips.texi
doc/misc/edt.texi
doc/misc/emacs-mime.texi
doc/misc/gnus.texi
etc/compilation.txt
lisp/cedet/srecode/fields.el
lisp/completion.el
lisp/find-file.el
lisp/international/characters.el
lisp/menu-bar.el
lisp/progmodes/perl-mode.el
m4/pkg.m4
src/w16select.c
src/w32select.c
test/lisp/net/dbus-tests.el
test/lisp/progmodes/python-tests.el
test/manual/cedet/tests/testnsp.cpp
test/src/regex-resources/BOOST.tests

index 1826e8f7b42a44fb4df9ca417b72a4e793a3cda1..aaef85897e86e165a0e0e5ee6c0ca45a5dd93d25 100644 (file)
@@ -960,7 +960,7 @@ Using multiple top-level code sections has the advantage that it
 avoids introducing an additional nesting level but it also means that
 the section named @samp{Code} does not contain all the code, which is
 awkward.  To avoid that, you should put no code at all inside that
-section; that way it can be considered a seperator instead of a
+section; that way it can be considered a separator instead of a
 section heading.
 
 Finally, we recommend that you don't end headings with a colon or any
index aeb5a261e497c4836afbfa43ac83a54d0a800b65..b0200b47456e54173b29949eb79891005883171d 100644 (file)
@@ -841,7 +841,7 @@ keys, as well.  (For example, some people use it to bind the VT200
 seldom used back-tick key (@samp{`}) to the function @samp{ESC-prefix}
 so it will behave like an @key{ESC} key.)  The second function,
 @code{edt-bind-gold-key}, is used to bind emacs commands to gold key
-sequences involving alpha-numeric keys, special character keys, and
+sequences involving alphanumeric keys, special character keys, and
 control keys.
 
 The third function, @code{edt-bind-function-key}, is terminal dependent
index 9180b4ec205e4b732254d8aa2aa1a1ed5929244f..316a1baf57624c5fc3b58dfe463bc1dd71c04e78 100644 (file)
@@ -476,7 +476,7 @@ to launch any external programs, set this variable to @code{nil} or
 @vindex mm-inline-font-lock
 If non-@code{nil}, inlined parts that support font locking (for
 instance, patches or code snippets) will be font-locked.  This may be
-overriden by callers that have their own ways of enabling/inhibiting
+overridden by callers that have their own ways of enabling/inhibiting
 font locking.
 
 @end table
index a1c8b327f2673f817da584fd574d34de72a76298..ee20d28ce66c8fcc00da094ba4310866fd6d9e75 100644 (file)
@@ -29422,7 +29422,7 @@ collection of @acronym{NOV} lines.
 @item @acronym{NOV}
 @cindex @acronym{NOV}
 @acronym{NOV} stands for News OverView, which is a type of news server
-header which provide datas containing the condensed header information
+header which provide data containing the condensed header information
 of articles.  They are produced by the server itself; in the @code{nntp}
 back end Gnus uses the ones that the @acronym{NNTP} server makes, but
 Gnus makes them by itself for some backends (in particular, @code{nnml}).
index df0b82ebc9292e206f043cbe591b528b8127375e..7e406389d44f40ea845271e8618efe591464273a 100644 (file)
@@ -153,7 +153,7 @@ Failing Scenarios:
 cucumber foo/cucumber.feature:6 # Scenario: assertion false (Test::Unit)
 cucumber foo/cucumber.feature:9 # Scenario: assertion false (RSpec)
 cucumber foo/cucumber.feature:12 # Scenario: backtrace in step definition
-cucumber foo/cucumber.feature:15 # Scenario: deeep backtrace in step definition
+cucumber foo/cucumber.feature:15 # Scenario: deep backtrace in step definition
 
 5 scenarios (4 failed, 1 undefined)
 5 steps (4 failed, 1 undefined)
index e46c5820c5591c799c7e667d8325486833636135..87c7c684dab5eeb679ffc8dd8c9358e5f91bdc04 100644 (file)
@@ -164,7 +164,7 @@ Has virtual :start and :end initializers.")
 
 (cl-defmethod srecode-overlaid-text ((olaid srecode-overlaid) &optional set-to)
   "Return the text under OLAID.
-If SET-TO is a string, then replace the text of OLAID wit SET-TO."
+If SET-TO is a string, then replace the text of OLAID with SET-TO."
   (let* ((ol (oref olaid overlay))
         (start (overlay-start ol)))
     (if (not (stringp set-to))
index e4a004f19086a2613b0ec6620ab9928af935b725..8a4c1676145113fb876f049ed537cb919cee011a 100644 (file)
@@ -2041,7 +2041,7 @@ Patched to remove the most recent completion."
 
 ;; All common separators (eg. space "(" ")" """) characters go through a
 ;; function to add new words to the list of words to complete from.
-;; If the character before this was an alpha-numeric then this adds the
+;; If the character before this was an alphanumeric then this adds the
 ;; symbol before point to the completion list (using ADD-COMPLETION).
 
 (defvar completion-separator-chars
index 7e0127da5f24e8205d496ee94c4385798db861b3..84d02cb4a2638efdc681cfac58007313ea943788 100644 (file)
 ;; file.
 
 ;; CREDITS:
-;; Many thanks go to TUSC Computer Systems Pty Ltd for providing an environ-
-;; ment that made the development of this package possible.
+;; Many thanks go to TUSC Computer Systems Pty Ltd for providing an
+;; environment that made the development of this package possible.
 ;;
 ;; Many thanks also go to all those who provided valuable feedback throughout
 ;; the development of this package:
index b7656d9c1a74fae6198fab5adbda0b3e6181df74..0b6920cf1805139a58df9bf2d572fe1d7579db7b 100644 (file)
@@ -60,7 +60,7 @@ Vietnamese")
 ;; For each group (row) of 2-byte character sets.
 
 (define-category ?A "2-byte alnum
-Alpha-numeric characters of 2-byte character sets")
+Alphanumeric characters of 2-byte character sets")
 (define-category ?C "2-byte han
 Chinese (Han) characters of 2-byte character sets")
 (define-category ?G "2-byte Greek
index d3e434aec90049d9ed8e4ec918677d22c44259f9..1b3e102cfa777a48f7d7e297ee1fdae5933bd8b7 100644 (file)
@@ -671,7 +671,7 @@ PROPS are additional properties."
                                         &rest body)
   "Define a menu-bar toggle command.
 See `menu-bar-make-toggle-command', for which this is a
-compatability wrapper.  BODY is passed in as SETTING-SEXP in that macro."
+compatibility wrapper.  BODY is passed in as SETTING-SEXP in that macro."
   (declare (obsolete menu-bar-make-toggle-command "28.1"))
   `(menu-bar-make-toggle-command ,command ,variable ,item-name ,message ,help
                                  ,(and body
index 127b24cb8908e8504ef282d7c4db3446903e6965..7265aeee45ddc23d08b92c491c38f55aa4cc03a8 100644 (file)
       ;; (or some similar separator), or by one of the special keywords
       ;; corresponding to builtin functions that can take their first arg
       ;; without parentheses.  Of course, that presume we're looking at the
-      ;; *opening* slash.  We can afford to mis-match the closing ones
+      ;; *opening* slash.  We can afford to mismatch the closing ones
       ;; here, because they will be re-treated separately later in
       ;; perl-font-lock-special-syntactic-constructs.
       ((concat perl--syntax-exp-intro-regexp "\\(/\\)")
index 13a889017866a112bbf088864210d7ada61b5682..f9075e56c87afe6fa5032aef2449eb57a5815bcb 100644 (file)
--- a/m4/pkg.m4
+++ b/m4/pkg.m4
@@ -86,7 +86,7 @@ dnl Check to see whether a particular set of modules exists. Similar to
 dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
 dnl
 dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-dnl only at the first occurence in configure.ac, so if the first place
+dnl only at the first occurrence in configure.ac, so if the first place
 dnl it's called might be skipped (such as if it is within an "if", you
 dnl have to call PKG_CHECK_EXISTS manually
 AC_DEFUN([PKG_CHECK_EXISTS],
index 5a68162e25cdd417ffd29f47055501ffca4ab039..b56ced4f2e51e0bd6a38001f431ade8c5031ca9f 100644 (file)
@@ -224,7 +224,7 @@ set_clipboard_data (unsigned Format, void *Data, unsigned Size, int Raw)
 
   if (!Raw)
     {
-      /* avoid using strchr because it recomputes the length everytime */
+      /* avoid using strchr because it recomputes the length every time */
       while ((dp = memchr (dp, '\n', Size - (dp - dstart))) != 0)
        {
          truelen++;
index 9a4b43bc69a3edf7f31d66eb14045da783f9bd66..4e5bd6a00f0a4151aa9a741265c55b250aaf7d7f 100644 (file)
@@ -956,7 +956,7 @@ DEFUN ("w32-get-clipboard-data", Fw32_get_clipboard_data,
 
        truelen = nbytes;
        dst = src;
-       /* avoid using strchr because it recomputes the length everytime */
+       /* avoid using strchr because it recomputes the length every time */
        while ((dst = memchr (dst, '\r', nbytes - (dst - src))) != NULL)
          {
            if (dst[1] == '\n') /* safe because of trailing '\0' */
index 759cd102892953939b0955270fe8f4be855f9a1d..7ebef5d26097df7b35a6138d07d57b05ddeb6968 100644 (file)
    (dbus-check-arguments :session dbus--test-service :double "string")
    :type 'wrong-type-argument)
 
-  ;; `:unix-fd'.  UNIX file descriptors are transfered out-of-band.
+  ;; `:unix-fd'.  UNIX file descriptors are transferred out-of-band.
   ;; We do not support this, and so we cannot do much testing here for
   ;; `:unix-fd' being an argument (which is an index to the file
   ;; descriptor in the array of file descriptors that accompany the
index 6b3e63653be3e40ac3f5ff74ada6a1aa6e9d749a..bc77443ff4f1e489abb253be3b6da19ba8cb6567 100644 (file)
@@ -339,7 +339,7 @@ def func(arg):
     # I don't do much
     return arg
     # This comment is badly indented because the user forced so.
-    # At this line python.el wont dedent, user is always right.
+    # At this line python.el won't dedent, user is always right.
 
 comment_wins_over_ender = True
 
@@ -358,7 +358,7 @@ comment_wins_over_ender = True
    ;; The return keyword do make indentation lose a level...
    (should (= (python-indent-calculate-indentation) 0))
    ;; ...but the current indentation was forced by the user.
-   (python-tests-look-at "# At this line python.el wont dedent")
+   (python-tests-look-at "# At this line python.el won't dedent")
    (should (eq (car (python-indent-context)) :after-comment))
    (should (= (python-indent-calculate-indentation) 4))
    ;; Should behave the same for blank lines: potentially a comment.
index fce707bf20bd1a8104bff268cd7a25b54423bc3b..b72a44c8ca8a109be482028944f3f9ff1cb6b483 100644 (file)
@@ -93,7 +93,7 @@ void foo(void) {
     ; // #4# ( "Mumble" "get" )
 }
 
-// What happens if a type your looking for is scoped withing a type,
+// What happens if a type your looking for is scoped within a type,
 // but you are one level into the completion so the originating scope
 // excludes the type of the variable you are completing through?
 // Thanks Martin Stein for this nice example.
index 98fd3b6abf3d4c5029fe91114b35488a9c228f37..756fa00486b615367ce3c5acc8beed6588f37388 100644 (file)
@@ -93,7 +93,7 @@ aa\) !
 . \0 0 1
 
 ;
-; now move on to the repetion ops,
+; now move on to the repetition ops,
 ; starting with operator *
 - match_default normal REG_EXTENDED
 a* b 0 0
@@ -275,7 +275,7 @@ a(b*)c\1d abbcbbbd -1 -1
 ^(.)\1 abc -1 -1
 a([bc])\1d abcdabbd    4 8 5 6
 ; strictly speaking this is at best ambiguous, at worst wrong, this is what most
-; re implimentations will match though.
+; re implementations will match though.
 a(([bc])\2)*d abbccd 0 6 3 5 3 4
 
 a(([bc])\2)*d abbcbd -1 -1