emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a5d39e1144: ; Fix typos


From: Stefan Kangas
Subject: master a5d39e1144: ; Fix typos
Date: Fri, 23 Dec 2022 12:21:33 -0500 (EST)

branch: master
commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typos
---
 ChangeLog.3                                              | 16 ++++++++--------
 admin/git-bisect-start                                   |  2 +-
 doc/emacs/maintaining.texi                               |  2 +-
 doc/lispref/ChangeLog.1                                  |  2 +-
 doc/lispref/display.texi                                 |  2 +-
 doc/lispref/tips.texi                                    |  2 +-
 doc/misc/ChangeLog.1                                     |  2 +-
 doc/misc/cc-mode.texi                                    |  2 +-
 etc/ORG-NEWS                                             |  8 ++++----
 etc/PROBLEMS                                             |  2 +-
 lisp/ChangeLog.14                                        |  4 ++--
 lisp/ChangeLog.7                                         |  2 +-
 lisp/cedet/ChangeLog.1                                   |  2 +-
 lisp/gnus/ChangeLog.3                                    |  2 +-
 lisp/mail/rmailsum.el                                    |  2 +-
 lisp/mh-e/mh-search.el                                   |  2 +-
 lisp/net/tramp-sh.el                                     |  2 +-
 lisp/org/ChangeLog.1                                     |  8 ++++----
 lisp/org/org-element.el                                  |  6 +++---
 lisp/org/org-faces.el                                    |  2 +-
 lisp/org/org-fold-core.el                                |  8 ++++----
 lisp/progmodes/cc-engine.el                              |  2 +-
 lisp/progmodes/idlw-help.el                              |  2 +-
 lisp/progmodes/python.el                                 |  2 +-
 lisp/replace.el                                          |  2 +-
 lisp/sort.el                                             |  2 +-
 src/dispextern.h                                         |  4 ++--
 src/haikufns.c                                           |  2 +-
 src/itree.c                                              |  2 +-
 src/xfaces.c                                             |  2 +-
 src/xterm.c                                              |  2 +-
 test/lisp/gnus/mml-sec-resources/trustlist.txt           |  2 +-
 .../cperl-mode-resources/fontify-punctuation-vars.pl     |  2 +-
 test/lisp/progmodes/cperl-mode-tests.el                  |  2 +-
 34 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/ChangeLog.3 b/ChangeLog.3
index 4b3507bae3..bff2f7a66d 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -3928,7 +3928,7 @@
 
        * lisp/follow.el (follow-scroll-down): Do away with the optimization of 
doing
        vertical-motion over only one window.  Instead move over all windows, to
-       checck for being close to point-min, and setting point accordingly.
+       check for being close to point-min, and setting point accordingly.
 
 2021-11-13  Eli Zaretskii  <eliz@gnu.org>
 
@@ -50632,7 +50632,7 @@
 
        Allow for adding constraints targeting blocks with multiple predecessors
 
-       This commit remove the limitaiton we had not being able to add
+       This commit remove the limitation we had not being able to add
        constraints derived from conditional branches to basic blocks with
        multiple predecessors.  When this condition is verified we add a new
        dedicated basic block to hold the constraints.
@@ -75446,7 +75446,7 @@
        According to RFC 3986 it should be percent-encoded and thus should not
        contain spaces. However, there are HTTP server implementation (notably
        nginx) that do not do that. This makes Emacs url-http.el behave like
-       most other HTTP client implementatios. Also remove the stripping of
+       most other HTTP client implementations. Also remove the stripping of
        angle bracket quotes as they are not valid according to the RFCs.
 
 2020-07-19  Satoshi Nakagawa  <ghnacker@gmail.com>  (tiny change)
@@ -87619,7 +87619,7 @@
        itself and reevaluates it in each stop to yield an address.
        We also add a warning (a red bold exclamation mark) on the header line
        when the content of the page doesn't represent the memory location
-       user requested for.  That happends when some error occurs in
+       user requested for.  That happens when some error occurs in
        evaluating the address, and we display the last successfully displayed
        memory page.
        * lisp/progmodes/gdb-mi.el (gdb-memory-address-expression)
@@ -105227,7 +105227,7 @@
        Sometimes, when finding files with icomplete-mode, backward-deleting
        the previous word or sexp (to move up a directory) doesn't actually
        refresh the file list of the new directory.  Forcing redisplay in
-       icomplete-exhibit misteriously fixes the problem.
+       icomplete-exhibit mysteriously fixes the problem.
 
        * lisp/icomplete.el (icomplete-exhibit): Add call to redisplay.
 
@@ -129725,7 +129725,7 @@
        * lisp/delim-col.el: Use lexical-binding.
 
        * test/lisp/delim-col-tests.el: New file.
-       (delim-col-tests-delimit-colummns-before-after)
+       (delim-col-tests-delimit-columns-before-after)
        (delim-col-tests-delimit-columns)
        (delim-col-tests-delimit-columns-format/nil)
        (delim-col-tests-delimit-columns-format/padding)
@@ -154614,7 +154614,7 @@
        Fixes: Bug#31951
 
        * lisp/server.el (server-save-buffers-kill-terminal): Only pass
-       PRED=t to save-some-bufers if ARG in non-nil.
+       PRED=t to save-some-buffers if ARG in non-nil.
 
 2018-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
 
@@ -221589,7 +221589,7 @@
        (ses-define-if-new-local-printer): New defsubst.
        (ses-center, ses-center-span, ses-dashfill)
        (ses-dashfill-span, ses-tildefill-span): Allow to pass printer
-       as an optional argument to superseed column printer/default
+       as an optional argument to supersede column printer/default
        spreadsheet printer.
        (ses-prin1): New defun.
 
diff --git a/admin/git-bisect-start b/admin/git-bisect-start
index 945d4901c1..227ea0ba05 100755
--- a/admin/git-bisect-start
+++ b/admin/git-bisect-start
@@ -66,7 +66,7 @@ $REAL_GIT bisect start "$@"
 ## already on master.  In other words, it is the parent of the merge
 ## commit for which 'git rev-list --max-parents=0 <commit>' does not
 ## include ce5584125c44a1a2fbb46e810459c50b227a95e2 (which is the root
-## commit of the Emacs respository).
+## commit of the Emacs repository).
 
 for C in $(cat $0 | grep '^# SKIP-BRANCH ' | sed 's/^# SKIP-BRANCH //')
 do
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 9ebb044652..cd3244a912 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -3166,7 +3166,7 @@ Most projects with a certain amount of users track bug 
reports in some
 issue tracking software which assigns each report a unique and short
 number or identifier.  Those are used to reference a given bug, e.g.,
 in a source code comment above the code fixing some bug, in
-documentation files, or in discussions on some mailinglist or IRC
+documentation files, or in discussions on some mailing list or IRC
 channel.
 
 @findex bug-reference-mode
diff --git a/doc/lispref/ChangeLog.1 b/doc/lispref/ChangeLog.1
index 82840aed1d..361e816bc3 100644
--- a/doc/lispref/ChangeLog.1
+++ b/doc/lispref/ChangeLog.1
@@ -5150,7 +5150,7 @@
 
        * backups.texi (Making Backups):
        * modes.texi (Example Major Modes): Use recommended coding style.
-       (Major Mode Basics, Derived Modes): Encourge more strongly use of
+       (Major Mode Basics, Derived Modes): Encourage more strongly use of
        define-derived-mode.  Mention completion-at-point-functions.
 
 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 4111a86aa7..2332bf3ecf 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -6280,7 +6280,7 @@ embedding large images, comparing to @code{svg-embed}, 
because all the
 work is done directly by librsvg.
 
 @lisp
-;; Embeding /tmp/subdir/rms.jpg and /tmp/another/rms.jpg
+;; Embedding /tmp/subdir/rms.jpg and /tmp/another/rms.jpg
 (svg-embed-base-uri-image svg "subdir/rms.jpg"
            :width "100px" :height "100px"
            :x "50px" :y "75px")
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index 3a1f6de12b..3216a35395 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -804,7 +804,7 @@ Finally, to create a hyperlink to URLs, write the 
single-quoted URL,
 preceded by @samp{URL}.  For example,
 
 @smallexample
-The GNU project wesite has more information (see URL
+The GNU project website has more information (see URL
 `https://www.gnu.org/').
 @end smallexample
 
diff --git a/doc/misc/ChangeLog.1 b/doc/misc/ChangeLog.1
index 1c5e7c1e2f..cd3f599b93 100644
--- a/doc/misc/ChangeLog.1
+++ b/doc/misc/ChangeLog.1
@@ -6012,7 +6012,7 @@
        (Built-in table editor): Document M-e and M-a navigate
        inside table field.
        (Stuck projects): Docment that projects identified as
-       un-stuck will still be searchd for stuck sub-projects.
+       un-stuck will still be searched for stuck sub-projects.
        (Paragraphs): Document centering.
        (Creating timestamps, Agenda commands): Document new
        behavior when changing time stamps.
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index a8f5248c4c..eee8463a0f 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -7149,7 +7149,7 @@ If you add more directives to this variable, or remove 
directives from
 it, whilst ``indent to body'' is active, you need to re-enable the
 feature by calling @code{c-toggle-cpp-indent-to-body} for these
 changes to take effect@footnote{Note that the removal of directives
-doesn't work satisfactorally on XEmacs or on very old versions of
+doesn't work satisfactorily on XEmacs or on very old versions of
 Emacs}.
 @end defopt
 
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 67889c0b10..6c50469d4d 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -733,7 +733,7 @@ following snippet to allow multiple different ID formats in 
Org files.
           (and (or (org-uuidgen-p id)
                   (string-match-p "[0-9a-z]\\{12\\}" id))
               (org-attach-id-uuid-folder-format id)))
-        ;; When ID looks like a timestap-based ID. Group by year-month
+        ;; When ID looks like a timestamp-based ID. Group by year-month
         ;; folders.
         (lambda (id)
           (and (string-match-p "[0-9]\\{8\\}T[0-9]\\{6\\}\.[0-9]\\{6\\}" id)
@@ -5431,9 +5431,9 @@ doing computation.
 
 There are now three lookup functions:
 
-- [[doc:org-loopup-first][org-loopup-first]]
-- [[doc:org-loopup-last][org-loopup-last]]
-- [[doc:org-loopup-all][org-loopup-all]]
+- [[doc:org-lookup-first][org-lookup-first]]
+- [[doc:org-lookup-last][org-lookup-last]]
+- [[doc:org-lookup-all][org-lookup-all]]
 
 See [[https://orgmode.org/org.html#Lookup-functions][the manual]] for details.
 *** Startup keywords
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index f114049985..1b449b7009 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -3193,7 +3193,7 @@ something like the following in your init file:
 
 ** Native Compilation on macOS
 
-Native complitation requires the libgccjit library to be installed and
+Native compilation requires the libgccjit library to be installed and
 its path available to Emacs.  Errors such as:
 
     libgccjit.so: error: error invoking gcc driver
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14
index eae47fe198..1ce11c11ad 100644
--- a/lisp/ChangeLog.14
+++ b/lisp/ChangeLog.14
@@ -6299,7 +6299,7 @@
 
 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * ps-print.el: Deal with page sizes for label printes.  Suggested by
+       * ps-print.el: Deal with page sizes for label printers.  Suggested by
        Friedrich Delgado Friedrichs <friedel@nomaden.org>.
        (ps-print-version): New version 7.3.3.
        (ps-page-dimensions-database): New page sizes for label printers.
@@ -6371,7 +6371,7 @@
 
        * replace.el (query-replace, query-replace-regexp)
        (replace-string, replace-regexp, perform-replace): Add "word"
-       indicatiors to the prompt for word delimited replacements.
+       indicators to the prompt for word delimited replacements.
 
        * replace.el (read-regexp): Rename arg `default' to `default-value'.
        Doc fix.
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index 91b8d47422..83143f7336 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -14679,7 +14679,7 @@
        * simple.el (current-word): Ignore text properties.
 
        * edebug.el (edebug-sit-for-seconds): New variable.
-       (edebug-display): Use that variable to control amt of time.
+       (edebug-display): Use that variable to control amount of time.
 
 1997-06-22  Morten Welinder  <terra@diku.dk>
 
diff --git a/lisp/cedet/ChangeLog.1 b/lisp/cedet/ChangeLog.1
index 78275f4db3..a3a1034e08 100644
--- a/lisp/cedet/ChangeLog.1
+++ b/lisp/cedet/ChangeLog.1
@@ -1446,7 +1446,7 @@
        modes, and merge the tables together in :tables from :modetables.
        (srecode-make-mode-table): Init :modetables.
        (srecode-mode-table-find): Search in modetables.
-       (srecode-mode-table-new): Merge the differet files into the
+       (srecode-mode-table-new): Merge the different files into the
        modetables slot.
 
 2012-10-01  David Engster  <deng@randomsample.de>
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3
index 8c1073dc8d..bf64780799 100644
--- a/lisp/gnus/ChangeLog.3
+++ b/lisp/gnus/ChangeLog.3
@@ -11763,7 +11763,7 @@
 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
-       where the dribbel file lives exists.
+       where the dribble file lives exists.
 
        * message.el (message-send-mail-partially-limit): Change the default to
        nil, since most people don't want this.
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index d63e05f5fa..20362d39d1 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -339,7 +339,7 @@ First element is ignored.")
        (split-string header "[ \f\t\n\r\v,;]+"))))
 
 (defun rmail-summary-fill-message-parents-and-descs-vectors ()
-  "Fill parents and descendats vectors for messages.
+  "Fill parents and descendants vectors for messages.
 This populates `rmail-summary-message-parents-vector'
 and `rmail-summary-message-descendants-vector'."
   (with-current-buffer rmail-buffer
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el
index 058ea4499f..1b28509dd1 100644
--- a/lisp/mh-e/mh-search.el
+++ b/lisp/mh-e/mh-search.el
@@ -292,7 +292,7 @@ folder containing the index search results."
                                     (cons folder msg)))))
                  folder-results-map)
 
-        ;; Vist the results folder.
+        ;; Visit the results folder.
         (mh-visit-folder index-folder () (list folder-results-map origin-map))
 
         (goto-char (point-min))
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 19c160f4d6..a5327e428a 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -2820,7 +2820,7 @@ the result will be a local, non-Tramp, file name."
   (when (zerop (length name)) (setq name "."))
   ;; On MS Windows, some special file names are not returned properly
   ;; by `file-name-absolute-p'.  If `tramp-syntax' is `simplified',
-  ;; there could be the falso positive "/:".
+  ;; there could be the false positive "/:".
   (if (or (and (eq system-type 'windows-nt)
               (string-match-p
                (tramp-compat-rx bol (| (: alpha ":") (: (literal null-device) 
eol)))
diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1
index 4f51c6a1eb..e72526c3ed 100644
--- a/lisp/org/ChangeLog.1
+++ b/lisp/org/ChangeLog.1
@@ -10418,7 +10418,7 @@
        * org.el (org-adaptive-fill-function): Remove occasional spurious
        space character when auto-filling.
 
-       * org.el (org-mode): Call external initalizers.  Now both filling
+       * org.el (org-mode): Call external initializers.  Now both filling
        code and comments code have their own independent part in org.el.
        (org-setup-filling): Rename from `org-set-autofill-regexps'.
        (org-setup-comments-handling): New function.
@@ -15589,7 +15589,7 @@
 
        * ob-python.el (org-babel-python-evaluate-session): Introduced a
        new local function for sending input with a slight delay to allow
-       pythong to re-draw the prompt.  No longer removing newlines inside
+       python to re-draw the prompt.  No longer removing newlines inside
        code block bodies (was due to a defective regexp).
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
@@ -17320,7 +17320,7 @@
 
        * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
        before reading by elisp.
-       (org-bable-lisp-vector-to-list): Stub of a vector->list function,
+       (org-babel-lisp-vector-to-list): Stub of a vector->list function,
        should be replaced with a cl-vector->el-vector function.
 
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
@@ -29935,7 +29935,7 @@
        inserted at the correct position.
 
        * org-publish.el (org-publish-project-alist)
-       (org-publish-projects, org-publish-org-index): Change default anme
+       (org-publish-projects, org-publish-org-index): Change default name
        for the index of file names to "sitemap.org".
 
        * org-latex.el (org-export-latex-tables):
diff --git a/lisp/org/org-element.el b/lisp/org/org-element.el
index 71c242ea65..230937c4e6 100644
--- a/lisp/org/org-element.el
+++ b/lisp/org/org-element.el
@@ -7260,18 +7260,18 @@ Each element indicates the latest 
`org-element--cache-change-tic' when
 change did not contain gaps.")
 
 ;;;###autoload
-(defun org-element-cache-reset (&optional all no-persistance)
+(defun org-element-cache-reset (&optional all no-persistence)
   "Reset cache in current buffer.
 When optional argument ALL is non-nil, reset cache in all Org
 buffers.
-When optional argument NO-PERSISTANCE is non-nil, do not try to update
+When optional argument NO-PERSISTENCE is non-nil, do not try to update
 the cache persistence in the buffer."
   (interactive "P")
   (dolist (buffer (if all (buffer-list) (list (current-buffer))))
     (org-with-base-buffer buffer
       (when (and org-element-use-cache (derived-mode-p 'org-mode))
         ;; Only persist cache in file buffers.
-        (when (and (buffer-file-name) (not no-persistance))
+        (when (and (buffer-file-name) (not no-persistence))
           (when (not org-element-cache-persistent)
             (org-persist-unregister 'org-element--headline-cache 
(current-buffer))
             (org-persist-unregister 'org-element--cache (current-buffer)))
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el
index 0effa13a1d..b3ee17ccdf 100644
--- a/lisp/org/org-faces.el
+++ b/lisp/org/org-faces.el
@@ -517,7 +517,7 @@ content of these blocks will still be treated as Org 
syntax."
 (defface org-agenda-structure-filter '((t (:inherit (org-warning 
org-agenda-structure))))
   "Face used for the current type of task filter in the agenda.
 It inherits from `org-agenda-structure' so it can adapt to
-it (e.g. if that is assigned a diffent font height or family)."
+it (e.g. if that is assigned a different font height or family)."
   :group 'org-faces)
 
 (defface org-agenda-date '((t (:inherit org-agenda-structure)))
diff --git a/lisp/org/org-fold-core.el b/lisp/org/org-fold-core.el
index ffa689d4fa..c4d78496e5 100644
--- a/lisp/org/org-fold-core.el
+++ b/lisp/org/org-fold-core.el
@@ -145,7 +145,7 @@
 
 ;; All the folding specs can be specified by symbol representing their
 ;; name.  However, this is not always convenient, especially if the
-;; same spec can be used for fold different syntaxical structures.
+;; same spec can be used for fold different syntactical structures.
 ;; Any folding spec can be additionally referenced by a symbol listed
 ;; in the spec's `:alias' folding spec property.  For example, Org
 ;; mode's `org-fold-outline' folding spec can be referenced as any
@@ -189,9 +189,9 @@
 ;; all the processing related to buffer modifications.
 
 ;; The library also provides a way to unfold the text after some
-;; destructive changes breaking syntaxical structure of the buffer.
+;; destructive changes breaking syntactical structure of the buffer.
 ;; For example, Org mode automatically reveals folded drawers when the
-;; drawer becomes syntaxically incorrect:
+;; drawer becomes syntactically incorrect:
 ;; ------- before modification -------
 ;; :DRAWER:<begin fold>
 ;; Some folded text inside drawer
@@ -321,7 +321,7 @@ following symbols:
   functions relying on this package might not be able to unfold the
   edited text.  For example, removed leading stars from a folded
   headline in Org mode will break visibility cycling since Org mode
-  will not be avare that the following folded text belonged to
+  will not be aware that the following folded text belonged to
   headline.
 
 - `ignore-modification-checks': Do not try to detect insertions in the
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index edb873f5a6..2198f3115a 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -7757,7 +7757,7 @@ multi-line strings (but not C++, for example)."
                               (1- (match-end 1)) ; 1- For the inserted ".
                             eoll))))
 
-             ;; ...and clear `syntax-table' text propertes from the
+             ;; ...and clear `syntax-table' text properties from the
              ;; following raw strings.
              (c-depropertize-ml-strings-in-region (point) (1+ eoll)))
          ;; Remove the temporary string delimiter.
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el
index a19abf77e5..51afb7e485 100644
--- a/lisp/progmodes/idlw-help.el
+++ b/lisp/progmodes/idlw-help.el
@@ -269,7 +269,7 @@ Scrolling:          SPC  DEL  RET
 Text Searches:      Inside Topic: Use Emacs search functions
 Exit:               [q]uit or mouse button 3 will kill the frame
 
-When the hep text is a source file, the following commands are available
+When the help text is a source file, the following commands are available
 
 Fontification:      [F]ontify the buffer like source code
 Jump:               [h] to function doclib header
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index bdc9e6fa78..86bfafe271 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -4540,7 +4540,7 @@ Commands that must finish the tracking session are listed 
in
   (when (and python-pdbtrack-tracked-buffer
              ;; Empty input is sent by C-d or `comint-send-eof'
              (or (string-empty-p input)
-                 ;; "n some text" is "n" command for pdb. Split input and get 
firs part
+                 ;; "n some text" is "n" command for pdb. Split input and get 
first part
                  (let* ((command (car (split-string (string-trim input) " "))))
                    (setq python-pdbtrack-prev-command-continue
                          (or (member command python-pdbtrack-continue-command)
diff --git a/lisp/replace.el b/lisp/replace.el
index 302cb65543..cebe779ae4 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1692,7 +1692,7 @@ contents of the line; it normally shows the line number.  
\(For
 multiline matches, the prefix column shows the line number for the
 first line and whitespace for the rest of the lines.\)
 If this face will display the same as the default face, the prefix
-column will not be highlighted speciall."
+column will not be highlighted specially."
   :type 'face
   :group 'matching
   :version "24.4")
diff --git a/lisp/sort.el b/lisp/sort.el
index d04f075abd..b66d6453d2 100644
--- a/lisp/sort.el
+++ b/lisp/sort.el
@@ -86,7 +86,7 @@ second key.  If PREDICATE is nil, comparison is done with `<' 
if
 the keys are numbers, with `compare-buffer-substrings' if the
 keys are cons cells (the car and cdr of each cons cell are taken
 as start and end positions), and with `string<' otherwise."
-  ;; Heuristically try to avoid messages if sorting a small amt of text.
+  ;; Heuristically try to avoid messages if sorting a small amount of text.
   (let ((messages (> (- (point-max) (point-min)) 50000)))
     (save-excursion
       (if messages (message "Finding sort keys..."))
diff --git a/src/dispextern.h b/src/dispextern.h
index df6134e68f..e6c4270beb 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -107,7 +107,7 @@ typedef struct
 {
   int width, height;           /* size of image */
   char *data;                  /* pointer to image data */
-  int bytes_per_line;          /* accelarator to next line */
+  int bytes_per_line;          /* accelerator to next line */
   int bits_per_pixel;          /* bits per pixel (ZPixmap) */
 } *Emacs_Pix_Container;
 typedef Emacs_Pix_Container Emacs_Pixmap;
@@ -1712,7 +1712,7 @@ struct face
 
   /* Non-zero means characters in this face have a box of that
      thickness around them. Vertical (left and right) and horizontal
-     (top and bottom) borders size can be set separatedly using an
+     (top and bottom) borders size can be set separately using an
      associated list of two ints in the form
      (vertical_size . horizontal_size). In case one of the value is
      negative, its absolute value indicates the thickness, and the
diff --git a/src/haikufns.c b/src/haikufns.c
index 5717d0354f..ea12a14488 100644
--- a/src/haikufns.c
+++ b/src/haikufns.c
@@ -3245,7 +3245,7 @@ syms_of_haikufns (void)
 
   DEFVAR_LISP ("haiku-allowed-ui-colors", Vhaiku_allowed_ui_colors,
               doc: /* Vector of UI colors that Emacs can look up from the 
system.
-If this is set up incorrectly, Emacs can crash when encoutering an
+If this is set up incorrectly, Emacs can crash when encountering an
 invalid color.  */);
   Vhaiku_allowed_ui_colors = Qnil;
 
diff --git a/src/itree.c b/src/itree.c
index 688d5c8247..5079e2389f 100644
--- a/src/itree.c
+++ b/src/itree.c
@@ -85,7 +85,7 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
    this narrowing is O(K*log(N)) where K is the size of the result
    set.  If we are interested in finding the node in a range with the
    smallest END, we might have to examine all K nodes in that range.
-   In the case of the *-overlay-channge functions, K may well be equal
+   In the case of the *-overlay-change functions, K may well be equal
    to N.
 
    Ideally, a tree based data structure for overlays would have
diff --git a/src/xfaces.c b/src/xfaces.c
index be4a7ca71c..663386dc25 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -7280,7 +7280,7 @@ syms_of_xfaces (void)
   DEFVAR_BOOL ("face-filters-always-match", face_filters_always_match,
     doc: /* Non-nil means that face filters are always deemed to match.
 This variable is intended for use only by code that evaluates
-the "specifity" of a face specification and should be let-bound
+the "specificity" of a face specification and should be let-bound
 only for this purpose.  */);
 
   DEFVAR_LISP ("face--new-frame-defaults", Vface_new_frame_defaults,
diff --git a/src/xterm.c b/src/xterm.c
index c2bb1e2afe..acb008475c 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -4597,7 +4597,7 @@ x_dnd_send_position (struct frame *f, Window target, 
Window toplevel,
      maintained by the original author of the protocol specifies it
      for all versions.  Since at least one program supports these
      flags, but uses protocol v4 (and not v5), set them for all
-     protocool versions.  */
+     protocol versions.  */
   if (button >= 4 && button <= 7)
     {
       msg.xclient.data.l[1] |= (1 << 10);
diff --git a/test/lisp/gnus/mml-sec-resources/trustlist.txt 
b/test/lisp/gnus/mml-sec-resources/trustlist.txt
index f886572d28..947ec52619 100644
--- a/test/lisp/gnus/mml-sec-resources/trustlist.txt
+++ b/test/lisp/gnus/mml-sec-resources/trustlist.txt
@@ -2,7 +2,7 @@
 # well as empty lines are ignored.  Lines have a length limit but this
 # is not a serious limitation as the format of the entries is fixed and
 # checked by gpg-agent.  A non-comment line starts with optional white
-# space, followed by the SHA-1 fingerpint in hex, followed by a flag
+# space, followed by the SHA-1 fingerprint in hex, followed by a flag
 # which may be one of 'P', 'S' or '*' and optionally followed by a list of
 # other flags.  The fingerprint may be prefixed with a '!' to mark the
 # key as not trusted.  You should give the gpg-agent a HUP or run the
diff --git 
a/test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl 
b/test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl
index fa328438cb..6d3f478595 100644
--- a/test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl
+++ b/test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl
@@ -1,4 +1,4 @@
-# The following Perl punctiation variables contain characters which
+# The following Perl punctuation variables contain characters which
 # are classified as string delimiters in the syntax table.  The mode
 # should not be confused by these.
 # The corresponding tests check that two consecutive '#' characters
diff --git a/test/lisp/progmodes/cperl-mode-tests.el 
b/test/lisp/progmodes/cperl-mode-tests.el
index 1bb206e704..96615c1938 100644
--- a/test/lisp/progmodes/cperl-mode-tests.el
+++ b/test/lisp/progmodes/cperl-mode-tests.el
@@ -114,7 +114,7 @@ end of the statement."
 ;;; Fontification tests
 
 (ert-deftest cperl-test-fontify-punct-vars ()
-  "Test fontification of Perl's punctiation variables.
+  "Test fontification of Perl's punctuation variables.
 Perl has variable names containing unbalanced quotes for the list
 separator $\" and pre- and postmatch $` and $'.  A reference to
 these variables, for example \\$\", should not cause the dollar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]