summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-12-10 12:39:54 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-12-10 12:39:54 +0100
commit2773cf9e013a989df99a689317de941bde2cbf29 (patch)
tree97e338f65e2ed5d63a55d60fb253501d9987541b
parent020aff95fa3e503387a7f9b240e0f7e9f2f054ae (diff)
downloademacs-2773cf9e013a989df99a689317de941bde2cbf29.tar.gz
emacs-2773cf9e013a989df99a689317de941bde2cbf29.tar.bz2
emacs-2773cf9e013a989df99a689317de941bde2cbf29.zip
; Fix typos
-rw-r--r--doc/misc/modus-themes.org2
-rw-r--r--src/pgtkterm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/modus-themes.org b/doc/misc/modus-themes.org
index db7655e692c..d71316a3ba7 100644
--- a/doc/misc/modus-themes.org
+++ b/doc/misc/modus-themes.org
@@ -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.
diff --git a/src/pgtkterm.c b/src/pgtkterm.c
index e767e15cc07..b010b486e30 100644
--- a/src/pgtkterm.c
+++ b/src/pgtkterm.c
@@ -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