summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-15 02:41:20 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-16 08:29:28 +0100
commit033071692c7cd1cd550d25170d4b3168668567ac (patch)
tree4652c5a846b8d166757c46c81a709beaed962e0a /src/fns.c
parentf4a513344d95badf2b75b0577016edcdd9ea5fbe (diff)
downloademacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz
; Fix typos
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index d8744c1a4de..b6e871ad49c 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3938,7 +3938,7 @@ system.
If the region can't be decoded, signal an error and don't modify the buffer.
Optional third argument BASE64URL determines whether to use the URL variant
of the base 64 encoding, as defined in RFC 4648.
-If optional fourth argument INGORE-INVALID is non-nil invalid characters
+If optional fourth argument IGNORE-INVALID is non-nil invalid characters
are ignored instead of signaling an error. */)
(Lisp_Object beg, Lisp_Object end, Lisp_Object base64url,
Lisp_Object ignore_invalid)