]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Sun, 19 Jan 2025 12:59:13 +0000 (13:59 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Feb 2025 08:17:38 +0000 (09:17 +0100)
(cherry picked from commit 702cb123faf1bdbacf555188ae4997d6be3765fe)

34 files changed:
admin/codespell/codespell.exclude
admin/tree-sitter/treesit-admin.el
doc/emacs/killing.texi
doc/lispref/internals.texi
doc/lispref/parsing.texi
doc/misc/cc-mode.texi
doc/misc/tramp.texi
etc/NEWS.28
etc/ORG-NEWS
lisp/auth-source-pass.el
lisp/calendar/time-date.el
lisp/disp-table.el
lisp/jsonrpc.el
lisp/mail/smtpmail.el
lisp/net/nsm.el
lisp/newcomment.el
lisp/progmodes/c-ts-common.el
lisp/progmodes/cc-engine.el
lisp/progmodes/eglot.el
lisp/progmodes/typescript-ts-mode.el
lisp/textmodes/bibtex.el
lisp/textmodes/mhtml-ts-mode.el
lisp/treesit.el
lisp/window-x.el
src/buffer.c
src/dispnew.c
src/doprnt.c
src/emacs.c
src/frame.c
src/image.c
src/pdumper.c
src/pgtkterm.c
src/sound.c
src/xdisp.c

index 52d7c71b921462bfe999242a10a0c4141c70bc6a..eb6e84f71e90f9e0de4ea2bf1606053378ffd090 100644 (file)
@@ -1783,3 +1783,16 @@ ine\\(?:-global\\)?-minor-mode\\|ine-compilation-mode\\|un-cvs-mode\\|\
        (oarticle (make-symbol "gnus-setup-message-oarticle"))
           (,oarticle gnus-article-reply)
         (gnus-inews-add-send-actions ,winconf ,buffer ,oarticle ,config
+  Thur, Fri, Sat, Sun
+[3]: Merget, Brinkmann, Aviram, Somorovsky, Mittmann, and
+                      (ansi-color-cyan                     :short "ansi-cyan"           :slug "anc" :foreground ,fg-term-cyan)
+                      (ansi-color-bright-cyan              :short "ansi-bright-cyan"    :slug "ANc" :foreground ,fg-term-cyan-bright)
+      (search-forward "foo.correc")
+        "Your finger was not centred, try swiping your finger again"
+           (ofrom (marker-position (widget-get group :from)))
+      (should (= ofrom (widget-get group :from)))
+           (ofrom (marker-position (widget-get group :from)))
+      (should (= ofrom (widget-get group :from)))
+  (should (equal (cl-subseq "hello world" -5 -1) "worl"))
+    ("\\.te?xi\\'" . texinfo-mode)
+    ("\\.te?xt\\'" . text-mode)
index 54ae969442c9873e5545a3c90e043543f0082248..86174ed2625571aa138fbcedb4e968250aa0a2f1 100644 (file)
@@ -219,7 +219,7 @@ queries that has problems with latest grammar."
       (special-mode))))
 
 (defun treesit-admin-verify-major-mode-queries ()
-  "Varify font-lock queries in builtin major modes.
+  "Verify font-lock queries in builtin major modes.
 
 If the font-lock queries work fine with the latest grammar, insert some
 comments in the source file saying that the modes are known to work with
@@ -296,7 +296,7 @@ instead.
 
 Return a plist of the form
 
-    (:version VERSION :head-version HEAD-VERSION :timstamp TIMESTAMP).
+    (:version VERSION :head-version HEAD-VERSION :timestamp TIMESTAMP).
 
 HEAD-VERSION is the version of the HEAD, VERSION is the latest
 compatible version.  TIMESTAMP is the commit date of VERSION in UNIX
@@ -371,14 +371,14 @@ VERSION and HEAD-VERSION in the plist are the same as in
 
 (defun treesit-admin--generate-compatibility-report
     (emacs-executables modes out-file)
-  "Generate a table for language compatibiity for MODES.
+  "Generate a table for language compatibility for MODES.
 
 Note that this only works for Emacs 31 and later, because before Emacs
 31 we can't validate a compiled query (because there's a bug preventing
 us from eager compiling a compiled query that's already lazily
 compiled).
 
-EMACS-EXECUTABLES is a list of Emacs executbles to check for."
+EMACS-EXECUTABLES is a list of Emacs executables to check for."
   (let ((tables
          (mapcar
           (lambda (emacs)
index aee68608bbfc2c4ccda9bf3b7d4ec6692946bbc5..4f267e7b2d71a470f7933b6a6cce096a314e2ae4 100644 (file)
@@ -589,7 +589,7 @@ images, and this image will be put on the clipboard.  On capable
 platforms, Emacs can yank these objects with the @code{yank-media}
 command---but only in modes that have support for it.  By default, it
 auto-selects the preferred media type available in the clipboard but
-this can be overriden by giving the prefix argument to the command
+this can be overridden by giving the prefix argument to the command
 (@pxref{Yanking Media,,, elisp, The Emacs Lisp Reference Manual}).
 
 @cindex clipboard manager
index dc55b63c5dae87f81db3d85e704b57b99cb319b2..ee1fcbbbd68ab2e57c81cf8adb064ed71b42e006 100644 (file)
@@ -963,7 +963,7 @@ the format to use.
 
 @cindex @code{staticpro}, protection from GC
   If you directly define a file-scope C variable of type
-@code{Lisp_Object}, you must protect it from garbage-collection by
+@code{Lisp_Object}, you must protect it from garbage collection by
 calling @code{staticpro} in @code{syms_of_@var{filename}}, like this:
 
 @example
index 034c424105b94e3a5fc9a7f2e498f3f65f47f497..f12104ea267dee46d47411770bd29446cc7180fd 100644 (file)
@@ -171,7 +171,7 @@ the symbol name with first letter capitalized.  For languages that has
 ``irregular'' names, @var{treesit-language-display-name-alist} maps
 language symbols to their display names.
 
-If a major mode package uses a langauge with ``irregular'' name, they
+If a major mode package uses a language with ``irregular'' name, they
 should add a mapping into @var{treesit-language-display-name-alist} on
 load.
 @end defun
index 665cf8e41a8931ee29df03f4fbf7470c1c19a523..6b58010b88590fc8314a340abebf244d930ebea4 100644 (file)
@@ -4188,7 +4188,7 @@ position of a later line.  Instead, that anchor position is the latest
 line at the same level of nesting before the labeled line without a
 leading label or comment.  If there is no such line, the latest line
 containing an enclosing opening brace or parenthesis, which doesn't
-start with a label or comment, provides the anchor postion.  In this
+start with a label or comment, provides the anchor position.  In this
 case extra syntactic element(s) with syntactic symbol
 @code{defun-block-intro}, @code{statement-block-intro}, or some other
 ``-intro'' symbol are inserted into the syntactic context to allow the
index 941029a8ffc71ac65b9ab0e69940212c47e95325..0d4dc954674b836866f7e5f19f838efcfaf0f903 100644 (file)
@@ -6213,7 +6213,7 @@ as above in your @file{~/.emacs}:
 @item
 I get an error @samp{unix_listener: path
 "/very/long/path/.cache/emacs/tramp.XXX" too long for Unix domain
-socket} when connectiong via @option{ssh} to a remote host.
+socket} when connecting via @option{ssh} to a remote host.
 
 @vindex small-temporary-file-directory
 By default, @value{tramp} uses the directory @file{~/.cache/emacs/}
index 6ec6e19942f96b6d697bb365e432f474736cd5de..2c0009e1902f6ba62dfa97309e2bcfe50b73dd5e 100644 (file)
@@ -1559,7 +1559,7 @@ either an internal or external browser.
 If a remote file is specified, a local temporary copy of that file is
 passed to the browser.
 
-*** Support for the conkeror browser is now obsolete.
+*** Support for the Conkeror browser is now obsolete.
 
 *** Support for the Mosaic browser has been removed.
 This support has been obsolete since 25.1.
index 7f791de1988108dba5e6c97fcfb603a251f1c609..1a73eea5c9155a1067ba4040583ff0cb04b9b669 100644 (file)
@@ -5568,7 +5568,7 @@ the end of the string.
 
 *** Function ~org-info-export~ changes.
 
-HTML links created from certain info links now point to =gnu.org= URL's rather
+HTML links created from certain info links now point to =gnu.org= URLs rather
 than just to local files. For example info links such as =info:emacs#List
 Buffers= used to be converted to HTML links like this:
 
index 07bb8373d4972cb5e4c07806eb33e50d96345b2c..6b8e6f83549a7e6b266e15444a035acda781d6db 100644 (file)
@@ -196,7 +196,7 @@ See `auth-source-pass-get'."
   "Return a string with the file content of ENTRY."
   (with-temp-buffer
     ;; `file-name-handler-alist' could be nil, or miss the
-    ;; `epa-file-handler' entry.  We ensure, that it does exist.
+    ;; `epa-file-handler' entry.  We ensure that it does exist.
     ;; (Bug#67937)
     (let ((file-name-handler-alist
            (cons epa-file-handler file-name-handler-alist)))
index 1d792952f98cf365b1fd4dc26a4160cb5e3932b3..1c8b27cf19e456b0d95f3d8f12fe624b53e6cf09 100644 (file)
@@ -420,7 +420,7 @@ The format is an alist, with string keys ABBREV-UNIT, and elements like:
 
   (ABBREV-UNIT UNIT UNIT-PLURAL SECS)
 
-where UNIT is a unit of time, ABBREV-UNIT is the abreviated form of
+where UNIT is a unit of time, ABBREV-UNIT is the abbreviated form of
 UNIT, UNIT-PLURAL is the plural form of UNIT, and SECS is the number of
 seconds per UNIT.")
 
index afce22deb85446fd76ac3522ea348efb9d1adf4f..23671da51070aa7141ffa55343e38d2b97dd9d73 100644 (file)
@@ -112,7 +112,7 @@ Valid symbols are `truncation', `wrap', `escape', `control',
 
     (princ "\nBox vertical line glyph: ")
     (prin1 (display-table-slot dt 'box-vertical))
-    (princ "\nBox horizonal line glyph: ")
+    (princ "\nBox horizontal line glyph: ")
     (prin1 (display-table-slot dt 'box-horizontal))
     (princ "\nBox upper left corner glyph: ")
     (prin1 (display-table-slot dt 'box-down-right))
@@ -125,7 +125,7 @@ Valid symbols are `truncation', `wrap', `escape', `control',
 
     (princ "\nBox double vertical line glyph: ")
     (prin1 (display-table-slot dt 'box-double-vertical))
-    (princ "\nBox double horizonal line glyph: ")
+    (princ "\nBox double horizontal line glyph: ")
     (prin1 (display-table-slot dt 'box-double-horizontal))
     (princ "\nBox double upper left corner glyph: ")
     (prin1 (display-table-slot dt 'box-double-down-right))
index c1743c13611ba4f9df07a3e6061dde1b2a189cad..56017e5f9760b5d61af9d904f622711f307c07fb 100644 (file)
@@ -403,7 +403,7 @@ If CANCEL-ON-INPUT is non-nil and the user inputs something while the
 function is waiting, then any future replies to the request by the
 remote endpoint (normal or error) are ignored and the function exits
 returning CANCEL-ON-INPUT-RETVAL.  If CANCEL-ON-INPUT is a function, it
-is invoked with one argument, an integer identifying the cancelled
+is invoked with one argument, an integer identifying the canceled
 request as specified in the JSONRPC 2.0 spec."
   (let* ((tag (cl-gensym "jsonrpc-request-catch-tag")) id-and-timer
          canceled
index c9855ce95285f1316a902739e83cc12ceba091b1..7d733e57beb74194d78c2838f502a6aa8d0f9a26 100644 (file)
@@ -356,7 +356,7 @@ for `smtpmail-try-auth-method'.")
                  (erase-buffer))))
          ;; Encode the header according to RFC2047.
          (mail-encode-header (point-min) delimline)
-         ;; Get recipients' adresses
+         ;; Get recipients' addresses
          (setq smtpmail-recipient-address-list
                 (smtpmail-deduce-address-list tembuf (point-min) delimline))
 
index db7c6892e575bc616f5bb3628eb83beaa328d4a5..afc44dad0612845e6b04218c381e8bdfcbf68c82 100644 (file)
@@ -417,7 +417,7 @@ were rampant use of small subgroup prime or composite number for DHE by
 many servers, and thus allowed themselves to be vulnerable to
 backdoors[1].  Given the difficulty in validating Diffie-Hellman
 parameters, major browser vendors had started to remove DHE since
-2016[2].  In 2020, the so-called Racoon Attack was discovered, a
+2016[2].  In 2020, the so-called Raccoon Attack was discovered, a
 server-side vulnerability that exploits a side-channel to get the shared
 secret key[3].
 
index 10cf51cdd6ccbaf3008cabf4bb8b17cd41561e96..945187e863f31b55d063f33be43621a88242e637 100644 (file)
@@ -918,7 +918,7 @@ comment delimiters."
   (when (> beg end) (setq beg (prog1 end (setq end beg))))
   ;; Bind `comment-use-global-state' to nil.  While uncommenting a region
   ;; (which works a line at a time), a comment can appear to be
-  ;; included in a mult-line string, but it is actually not.
+  ;; included in a multi-line string, but it is actually not.
   (let ((comment-use-global-state nil))
     (save-excursion
       (funcall uncomment-region-function beg end arg))))
index df29af948cc8a3bfdff453249b3405ad620515dd..98a395229ce9e8c809ad538c6174fe0365724f4e 100644 (file)
@@ -538,7 +538,7 @@ characters on the current line."
 ;;; Baseline indent rule
 
 (defvar c-ts-common-list-indent-style 'align
-  "Intructs `c-ts-common-baseline-indent-rule' how to indent lists.
+  "Instructs `c-ts-common-baseline-indent-rule' how to indent lists.
 
 If the value is `align', indent lists like this:
 
@@ -594,7 +594,7 @@ chaining like
     .method()     front of the node.
 
 But ff `treesit-simple-indent-standalone-predicate' is non-nil, use that
-for determining standlone line."
+for determining standalone line."
   (let (anchor)
     (save-excursion
       (catch 'term
@@ -620,7 +620,7 @@ chaining like
     .method()     front of the node.
 
 But ff `treesit-simple-indent-standalone-predicate' is non-nil, use that
-for determining standlone line."
+for determining standalone line."
   (save-excursion
     (setq node (treesit-node-prev-sibling node 'named))
     (goto-char (treesit-node-start node))
@@ -710,7 +710,7 @@ The rule also handles method chaining like
                             (rx (or "(" "[")))
       (let ((first-sibling (treesit-node-child parent 0 'named)))
         (cond
-         ;; Closing delimeters.
+         ;; Closing delimiters.
          ((treesit-node-match-p node (rx (or ")" "]")))
           (if (eq c-ts-common-list-indent-style 'align)
               (cons (treesit-node-start (treesit-node-child parent 0))
index db73f2591e1efc78a13014aa0095e89acb446fb8..36c147504746f95f9bc13c8db9ebf5b4f67be268 100644 (file)
@@ -7511,7 +7511,7 @@ multi-line strings (but not C++, for example)."
   "Construct a regexp for a C++ raw string opener matching CLOSER."
   (concat "\\(R\\(\"\\)" (regexp-quote (substring closer 1 -1)) "(\\)"))
 
-;; The positions of various components of mult-line strings surrounding BEG,
+;; The positions of various components of multi-line strings surrounding BEG,
 ;;  END and (1- BEG) (of before-change-functions) as returned by
 ;; `c-ml-string-delims-around-point'.
 (defvar c-old-beg-ml nil)
index 2a64bb926d11a446beb81384f0daf15b046251b4..812a81ef35a163a0ba4dd8214787f8e24cc7fd55 100644 (file)
@@ -571,7 +571,7 @@ under cursor."
           (const :tag "Call hierarchies" :callHierarchyProvider)))
 
 (defcustom eglot-advertise-cancellation nil
-  "If non-nil, Eglot attemps to inform server of cancelled requests.
+  "If non-nil, Eglot attempts to inform server of canceled requests.
 This is done by sending an additional '$/cancelRequest' notification
 every time Eglot decides to forget a request.  The effect of this
 notification is implementation defined, and is only useful for some
index 7f81be05221bfe92d77254edf60cea8b40ebdf42..2be38260940afd2332814028712c610cd1127483 100644 (file)
@@ -239,7 +239,7 @@ Argument LANGUAGE is either `typescript' or `tsx'."
         (ignore-errors
           (treesit-query-compile language queries-b t)
           queries-b)
-        ;; Return a dummy query that doens't do anything, if neither
+        ;; Return a dummy query that doesn't do anything, if neither
         ;; query works.
         '("," @_ignore))))
 
index 69b8e87613fdd5232936e51d20e84185b5b3c722..2bef0573bed8b4f11c193ddf4cbf175e22ad8b89 100644 (file)
@@ -88,7 +88,7 @@ If this is a function, call it to generate the initial field text."
   :risky t)
 ;; The functionality provided by `bibtex-include-OPTkey' is a special case
 ;; of what `bibtex-aux-opt-alist' offers.  Which BibTeX style files actually
-;; use the key field?  The BibTeX docomentation suggests it is used rarely.
+;; use the key field?  The BibTeX documentation suggests it is used rarely.
 ;; Under biblatex, the key field is an alias for sortkey, see Secs. 2.2.3
 ;; and 2.2.5.
 (make-obsolete-variable 'bibtex-include-OPTkey
index 190967fcab723dbe445f9b5739644edf643d0af9..33c5f3c3019ada0cd83872b34c8e02d0acd25346 100644 (file)
@@ -107,7 +107,7 @@ By default should have same value as `html-ts-mode-indent-offset'."
             executable html-ts-mode-indent-offset))
           ((setq executable (executable-find "xmllint"))
            (format "%s --html --quiet --format -" executable))
-          (t "Install tidy, ore some other HTML pretty print tool, and set `mhtml-ts-mode-pretty-print-command'.")))
+          (t "Install tidy, or some other HTML pretty print tool, and set `mhtml-ts-mode-pretty-print-command'.")))
   "The command to pretty print the current HTML buffer."
   :type 'string
   :version "31.1")
@@ -522,7 +522,7 @@ Powered by tree-sitter."
                   js--treesit-jsdoc-comment-regexp))
 
 
-    ;; Many treesit fuctions need to know the language at-point.
+    ;; Many treesit functions need to know the language at-point.
     ;; So you should define such a function.
     (setq-local treesit-language-at-point-function #'mhtml-ts-mode--language-at-point)
     (setq-local prettify-symbols-alist mhtml-ts-mode--prettify-symbols-alist)
@@ -594,7 +594,7 @@ Powered by tree-sitter."
     ;; Flymake
     (add-hook 'flymake-diagnostic-functions #'mhtml-ts-mode-flymake-mhtml nil 'local)))
 
-;; Add nome extra parents.
+;; Add some extra parents.
 (derived-mode-add-parents 'mhtml-ts-mode '(css-mode js-mode))
 
 (when (and (treesit-ready-p 'html) (treesit-ready-p 'javascript) (treesit-ready-p 'css))
index 9ef8a1a609ba6c70eb420df8fe8ccd834a846013..4d8f92e9bd70c46c9c0e431ac5fce93bb319abda 100644 (file)
@@ -49,7 +49,7 @@
 ;; so there will be more than one parser for each language in a buffer.
 ;; We can also have local parser of the same language as the host
 ;; parser.  All of which means we can't equalize language and parser,
-;; and create paresr for a language willy-nilly anymore.  Major mode
+;; and create parser for a language willy-nilly anymore.  Major mode
 ;; will manage their parsers.
 
 ;;; Code:
@@ -1839,7 +1839,7 @@ but not in this case:
     }
 
 The value of this variable affects the `standalone-parent' indent preset
-for treesit-simple-indent.  If the value is nil, the standlone condition
+for treesit-simple-indent.  If the value is nil, the standalone condition
 is as described.  Some major mode might want to relax the condition a
 little bit, so that it ignores some punctuation like \".\".  For
 example, a Javascript mode might want to consider the method call below
@@ -2508,7 +2508,7 @@ This function only affects `treesit-simple-indent-rules',
 
 WHERE can be either :before or :after, which means adding RULES before
 or after the existing rules in `treesit-simple-indent-rules'.  If
-ommited, default to adding the rules before (so it overrides existing
+omitted, default to adding the rules before (so it overrides existing
 rules).
 
 If ANCHOR is non-nil, add RULES before/after the rules in
index 2b72f058553d6768a1dd335f703a6e3cb16a9099..2eca32ab6ee62940d220a7e3bf4d22a6c404f290 100644 (file)
@@ -73,7 +73,7 @@ where HEIGHT and WIDTH are the normal height and width of the window.
     (nreverse list)))
 
 (defsubst window--rotate-interactive-arg ()
-  "Return interative window argument for window rotation commands."
+  "Return interactive window argument for window rotation commands."
   (if current-prefix-arg (window-parent) (window-main-window)))
 
 ;;;###autoload
index 40f7ec83d6b73ce96837e18ffe877d2ae8d108ff..a408b799ff4b140429d65d94a104ebe4bbd8a190 100644 (file)
@@ -1357,7 +1357,7 @@ buffer_local_value (Lisp_Object variable, Lisp_Object buffer)
     case SYMBOL_LOCALIZED:
       { /* Look in local_var_alist.  */
        struct Lisp_Buffer_Local_Value *blv = SYMBOL_BLV (sym);
-       XSETSYMBOL (variable, sym); /* Update In case of aliasing.  */
+       XSETSYMBOL (variable, sym); /* Update in case of aliasing.  */
        result = assq_no_quit (variable, BVAR (buf, local_var_alist));
        if (!NILP (result))
          {
index 349a415ebf94d9d440ea18125682f65d3266549f..e5070d4554deac4bc0bcd0c9573305f84d6ef31b 100644 (file)
@@ -3511,7 +3511,7 @@ make_matrix_current (struct frame *f)
 
 /* Prepare ROOT's desired row at index Y for copying child frame
    contents to it.  Value is the prepared desired row or NULL if we
-   don't have, and can't contruct a desired row.  */
+   don't have, and can't construct a desired row.  */
 
 static struct glyph_row *
 prepare_desired_root_row (struct frame *root, int y)
index d8403bedbe43a7e6807befd365a53f7a171a3873..fb97b89c24370bdd7f4fe96bb82be2e9375118f0 100644 (file)
@@ -164,7 +164,7 @@ doprnt_non_null_end (char *buffer, ptrdiff_t bufsize, char const *format,
   return nbytes;
 }
 
-/* Format to BUFFER (of positive size BUFSIZE) data formated by FORMAT,
+/* Format to BUFFER (of positive size BUFSIZE) data formatted by FORMAT,
    terminated at either the first NUL or (if FORMAT_END is non-null
    and there are no NUL bytes between FORMAT and FORMAT_END)
    terminated at position FORMAT_END.  AP specifies format arguments.
index 42074c56271a1a585d35ab5ad8a55f35105789eb..dc7041c23382ca1e30c689e6abc5d96e7b19bc52 100644 (file)
@@ -166,7 +166,7 @@ char const EXTERNALLY_VISIBLE RCS_Id[]
   = "$Id" ": GNU Emacs " PACKAGE_VERSION
     " (" EMACS_CONFIGURATION " " EMACS_CONFIG_FEATURES ") $";
 
-/* Empty lisp strings.  To avoid having to build any others.  */
+/* Empty Lisp strings.  To avoid having to build any others.  */
 Lisp_Object empty_unibyte_string, empty_multibyte_string;
 
 #ifdef WINDOWSNT
@@ -3539,7 +3539,7 @@ Also note that this is not a generic facility for accessing external
 libraries; only those already known by Emacs will be loaded.  */);
 #ifdef WINDOWSNT
   /* FIXME: We may need to load libgccjit when dumping before
-     term/w32-win.el defines `dynamic-library-alist`. This will fail
+     term/w32-win.el defines `dynamic-library-alist`.  This will fail
      if that variable is empty, so add libgccjit-0.dll to it.  */
   if (will_dump_p ())
     Vdynamic_library_alist = list1 (list2 (Qgccjit,
index d1c37f4e72270b4cd3a10783f809d115c15d68db..ccd95b8bf4ead4a92737e637e0d391d7c92c0f67 100644 (file)
@@ -206,7 +206,7 @@ set_menu_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
   /* Menu bars on child frames don't work on all platforms, which is
      the reason why prepare_menu_bar does not update_menu_bar for
      child frames (info from Martin Rudalics).  This could be
-     implemented in ttys, but it's probaly not worth it.  */
+     implemented in ttys, but it's probably not worth it.  */
   if (is_tty_child_frame (f))
     {
       FRAME_MENU_BAR_LINES (f) = 0;
index dfab0d76edb6963149e7d36ef5c095b97dcf3a50..b051e4ca79643df56adb7e1efb383e990b9597ad 100644 (file)
@@ -12030,7 +12030,7 @@ svg_css_length_to_pixels (RsvgLength length, double dpi, int font_size)
    The basic process, which is used for all versions of librsvg, is to
    load the SVG and parse it, then extract the image dimensions.  We
    then use those image dimensions to calculate the final size and
-   wrap the SVG data inside another SVG we build on the fly. This
+   wrap the SVG data inside another SVG we build on the fly.  This
    wrapper does the necessary resizing and setting of foreground and
    background colors and is then parsed and rasterized.
 
@@ -12117,8 +12117,8 @@ svg_load_image (struct frame *f, struct image *img, char *contents,
   rsvg_handle_write (rsvg_handle, (unsigned char *) contents, size, &err);
   if (err) goto rsvg_error;
 
-  /* The parsing is complete, rsvg_handle is ready to be used, close
-     it for further writes.  */
+  /* The parsing is complete, rsvg_handle is ready to be used, close it
+     for further writes.  */
   rsvg_handle_close (rsvg_handle, &err);
   if (err) goto rsvg_error;
 #endif
@@ -12348,7 +12348,7 @@ svg_load_image (struct frame *f, struct image *img, char *contents,
                     SBYTES (wrapped_contents), &err);
   if (err) goto rsvg_error;
 
-  /* The parsing is complete, rsvg_handle is ready to used, close it
+  /* The parsing is complete, rsvg_handle is ready to be used, close it
      for further writes.  */
   rsvg_handle_close (rsvg_handle, &err);
   if (err) goto rsvg_error;
index fc3b5d18bde4a9e8526d903cab33252875cb16c7..b954421e225a45bf4f60e6e3c87a9334d55b63dd 100644 (file)
@@ -4295,7 +4295,7 @@ types.  */)
     dump_emacs_reloc_to_emacs_ptr_raw (ctx, &staticvec[i], staticvec[i]);
   dump_emacs_reloc_immediate_int (ctx, &staticidx, staticidx);
 
-  /* Dump until while we keep finding objects to dump.  We add new
+  /* Dump while we keep finding objects to dump.  We add new
      objects to the queue by side effect during dumping.
      We accumulate some types of objects in special lists to get more
      locality for these object types at runtime.  */
index 605250da1b75bb66c5458e30afdbeafadf33d1ba..94b29b5ac9b8194b815860003ba5b88b3434510c 100644 (file)
@@ -195,7 +195,7 @@ pgtk_enumerate_devices (struct pgtk_display_info *dpyinfo,
          else
            {
              /* GTK bug 7737 results in GDK seats being initialized
-                with NULL devices in some cirumstances.  As events will
+                with NULL devices in some circumstances.  As events will
                 presumably also be delivered with their device fields
                 set to NULL, insert a ersatz device record associated
                 with NULL.  (bug#76239) */
index 5e6acdb4743abe2a814eb1018b453dbc6ad5877c..38f1b0c356c91858b01a1bf42cd0a7f2693cef27 100644 (file)
@@ -139,7 +139,7 @@ struct wav_header
   u_int32_t data_length;
 };
 
-/* The file header of Sun adio files (*.au).  Files are always in
+/* The file header of Sun audio files (*.au).  Files are always in
    big-endian byte-order.  */
 
 struct au_header
index 48229c0e069eeb4d1d9f9919a80f2b9041a38cc9..a7124d02044fbf651f0f6aeef315c58a61cdfa68 100644 (file)
@@ -17466,7 +17466,7 @@ redisplay_internal (void)
 
          if (is_tty_frame (f))
            {
-             /* Ignore all invisble tty frames, children or root.  */
+             /* Ignore all invisible tty frames, children or root.  */
              if (!frame_redisplay_p (f))
                continue;