]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Sun, 10 Dec 2023 11:39:54 +0000 (12:39 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 10 Dec 2023 11:39:54 +0000 (12:39 +0100)
doc/misc/modus-themes.org
src/pgtkterm.c

index db7655e692c5ffc4eae7151c30362dad7ba5f50b..d71316a3ba73d1f605ce2bf005216ad795e44402 100644 (file)
@@ -5824,7 +5824,7 @@ each of the three channels of light (red, green, blue).  For example:
 : xrandr --output LVDS1 --brightness 1.0 --gamma 0.76:0.75:0.68
 
 Typography is another variable.  Some font families are blurry at small
-point sizes.  Others may have a regular weight that is lighter (thiner)
+point sizes.  Others may have a regular weight that is lighter (thinner)
 than that of their peers which may, under certain circumstances, cause a
 halo effect around each glyph.
 
index e767e15cc07e79dc062e22669a77bc7041685d73..b010b486e3036ef5bf2d0642cdcc34d3e5b12ec9 100644 (file)
@@ -6256,7 +6256,7 @@ symbol_to_drag_action (Lisp_Object act)
   if (NILP (act))
     return GDK_ACTION_DEFAULT;
 
-  signal_error ("Invalid drag acction", act);
+  signal_error ("Invalid drag action", act);
 }
 
 static Lisp_Object