]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Jan 2024 01:09:37 +0000 (17:09 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:16:14 +0000 (21:16 +0100)
(cherry picked from commit 17771b2a425e776c81e7454d942ec238264ce12b)

lisp/emacs-lisp/comp.el
lisp/progmodes/gud.el
src/sfnt.h
test/lisp/net/tramp-tests.el

index 8441b228898b95354c2dd1abe3438c0b9ceaeaa5..2a516246ed463bb8f6af87815f4737b4af0632e6 100644 (file)
@@ -569,10 +569,9 @@ In use by the back-end."
                finally return t)
     t))
 
-(defsubst comp--symbol-func-to-fun (symbol-funcion)
-  "Given a function called SYMBOL-FUNCION return its `comp-func'."
-  (gethash (gethash symbol-funcion (comp-ctxt-sym-to-c-name-h
-                                    comp-ctxt))
+(defsubst comp--symbol-func-to-fun (symbol-func)
+  "Given a function called SYMBOL-FUNC return its `comp-func'."
+  (gethash (gethash symbol-func (comp-ctxt-sym-to-c-name-h comp-ctxt))
            (comp-ctxt-funcs-h comp-ctxt)))
 
 (defun comp--function-pure-p (f)
index be6357f41398bf614a83c38f36290107069ff7eb..b7c85fe7f43b3ff0ef69eb77ed8ae75ca3a9a79d 100644 (file)
@@ -243,7 +243,7 @@ Check it when `gud-running' is t")
      :visible (eq gud-minor-mode 'gdbmi)]
     ["Print Expression" gud-print
      :enable (not gud-running)]
-    ["Dump object-Derefenrece" gud-pstar
+    ["Dump object-Dereference" gud-pstar
      :label (if (eq gud-minor-mode 'jdb)
                "Dump object"
               "Print Dereference")
index 5b01270e8ce67e6b3388278b72f5eca9dfe2255d..444b1dfe42780096633bfae8b3a66eb5b44d40df 100644 (file)
@@ -248,7 +248,7 @@ enum sfnt_macintosh_platform_specific_id
     SFNT_MACINTOSH_GREEK              = 6,
     SFNT_MACINTOSH_RUSSIAN            = 7,
     SFNT_MACINTOSH_RSYMBOL            = 8,
-    SFNT_MACINTOSH_DEVANGARI          = 9,
+    SFNT_MACINTOSH_DEVANAGARI         = 9,
     SFNT_MACINTOSH_GURMUKHI           = 10,
     SFNT_MACINTOSH_GUJARATI           = 11,
     SFNT_MACINTOSH_ORIYA              = 12,
index 2a3b3e16891e73d8d386518b7aa22d5a4f43d21c..489b682d0c338b74d26ae740582a22e6dad2ca97 100644 (file)
@@ -5155,8 +5155,8 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
                (should-not (get-buffer-window (current-buffer) t))
                (delete-file tmp-name)))
 
-           ;; Check remote and local DESTNATION file.  This isn't
-           ;; implemented yet ina all file name handler backends.
+           ;; Check remote and local DESTINATION file.  This isn't
+           ;; implemented yet in all file name handler backends.
            ;; (dolist (local '(nil t))
            ;;   (setq tmp-name (tramp--test-make-temp-name local quoted))
            ;;   (should