branch: externals/xpm commit d617ef4ca0cc39f35f9317e1849c567a48456159 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@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