# HG changeset patch # User Eli Zaretskii # Date 1136549392 0 # Node ID cac26a79172500e1469ca28b409f26445d8b289b # Parent dac362fec5b38635a7127fd114d22b365c35ca20 Fix typos (misspellings) in the commentary. diff -r dac362fec5b3 -r cac26a791725 lisp/textmodes/tildify.el --- a/lisp/textmodes/tildify.el Fri Jan 06 12:05:46 2006 +0000 +++ b/lisp/textmodes/tildify.el Fri Jan 06 12:09:52 2006 +0000 @@ -29,7 +29,7 @@ ;; This package can be typically used for adding forgotten tildes in TeX ;; sources or adding ` ' sequences in SGML (e.g. HTML) texts. ;; -;; For example, the Czech ortography requires avoiding one letter +;; For example, the Czech orthography requires avoiding one letter ;; prepositions at line endings. So they should be connected with the ;; following words by a tilde. Some users forget to do this all the ;; time. The purpose of this program is to check the text and suggest @@ -43,7 +43,7 @@ ;; The default variable settings are suited for Czech, so do not try to ;; understand them if you are not familiar with Czech grammar and spelling. ;; -;; The algorithm was inspired by Petr Ol¹įk's program `vlna'. Abbilities of +;; The algorithm was inspired by Petr Ol¹įk's program `vlna'. Abilities of ;; `tildify.el' are a little limited; if you have improvement suggestions, let ;; me know.