From: Stefan Kangas Date: Sun, 10 Dec 2023 11:39:54 +0000 (+0100) Subject: ; Fix typos X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43113292ccbec8325cd0b09d0240b669187834e8;p=emacs.git ; Fix typos (cherry picked from commit 2773cf9e013a989df99a689317de941bde2cbf29) --- diff --git a/doc/misc/modus-themes.org b/doc/misc/modus-themes.org index 7eedc97ab04..73dd51886c1 100644 --- a/doc/misc/modus-themes.org +++ b/doc/misc/modus-themes.org @@ -5080,7 +5080,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. diff --git a/src/pgtkterm.c b/src/pgtkterm.c index 461c9d6d899..9a87820f82b 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c @@ -6259,7 +6259,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