1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

Fix typo in textsec-restriction-level

* lisp/international/textsec.el (textsec-restriction-level):
* test/lisp/international/textsec-tests.el (test-restriction-level):
Fix typo in symbol name `moderately-restrictive'.
This commit is contained in:
Stefan Kangas 2022-10-26 22:25:40 +02:00
parent 68548af68a
commit d73b86a90a
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ Levels are (in decreasing order of restrictiveness) `ascii-only',
tibetan)))
;; The string is covered by Latin and any one other Recommended
;; script, except Cyrillic, Greek.
'moderately-retrictive)
'moderately-restrictive)
;; Fixme `minimally-restrictive' -- needs well-formedness criteria
;; and Identifier Profile.
(t

View File

@ -77,7 +77,7 @@
(should (eq (textsec-restriction-level "切foo")
'highly-restrictive))
(should (eq (textsec-restriction-level "հfoo")
'moderately-retrictive))
'moderately-restrictive))
(should (eq (textsec-restriction-level "Сirсlе")
'unrestricted)))