emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/xpm d617ef4ca0: ; Fix typos


From: Stefan Kangas
Subject: [elpa] externals/xpm d617ef4ca0: ; Fix typos
Date: Mon, 12 Dec 2022 18:15:22 -0500 (EST)

branch: externals/xpm
commit d617ef4ca0cc39f35f9317e1849c567a48456159
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typos
---
 HACKING | 2 +-
 xpm.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HACKING b/HACKING
index fa3b615d7e..e549985937 100644
--- a/HACKING
+++ b/HACKING
@@ -39,7 +39,7 @@ This file is both a guide for newcomers and a todo list for 
oldstayers.
 ***** destructive (2-op) vs non-destructive (3-op)
 ***** customizable pixel-compose fn
 *** misc functionality
-***** validate palette-data correspondance
+***** validate palette-data correspondence
 ***** import from rectangle
 ******* as-is (dangerous)
 ******* w/ char-to-px quantization
diff --git a/xpm.el b/xpm.el
index dbe6ac298b..330c621412 100644
--- a/xpm.el
+++ b/xpm.el
@@ -375,7 +375,7 @@ see variable ‘xpm-raster-inhibit-continuity-optimization’."
                  (unless (setq in-map-ok
                                (and (= was now)
                                     ;; heuristic: Avoid being fooled
-                                    ;; by simulataneous crossings.
+                                    ;; by simultaneous crossings.
                                     (cl-evenp was)))
                    (setq in-map (make-bool-vector now nil)))))
              finally do



reply via email to

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