From: Stefan Kangas Date: Sat, 26 Nov 2022 09:24:20 +0000 (+0100) Subject: ; Fix typos X-Git-Tag: emacs-29.0.90~1483 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65f355a0ad3f007987190b5852876246fcafa921;p=emacs.git ; Fix typos --- diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index f86465fed7a..e165adbb498 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi @@ -1045,7 +1045,7 @@ login differs from the @code{:user} you're connecting with. @defopt erc-sasl-password As noted elsewhere, the @code{:password} parameter for @code{erc-tls} -was orignally intended for traditional ``server passwords,'' but these +was originally intended for traditional ``server passwords,'' but these aren't really used any more. As such, this option defaults to borrowing that parameter for its own uses, thus allowing you to call @code{erc-tls} with @code{:password} set to your NickServ password. diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el index e82e72e8a3c..a544a4b5cbd 100644 --- a/lisp/progmodes/csharp-mode.el +++ b/lisp/progmodes/csharp-mode.el @@ -50,7 +50,7 @@ (eval-and-compile (defconst csharp--regex-identifier "[A-Za-z][A-Za-z0-9_]*" - "Regex describing an dentifier in C#.") + "Regex describing an identifier in C#.") (defconst csharp--regex-identifier-matcher (concat "\\(" csharp--regex-identifier "\\)") diff --git a/test/lisp/erc/resources/base/local-modules/third.eld b/test/lisp/erc/resources/base/local-modules/third.eld index 060083656a6..19bdd6efcce 100644 --- a/test/lisp/erc/resources/base/local-modules/third.eld +++ b/test/lisp/erc/resources/base/local-modules/third.eld @@ -35,7 +35,7 @@ (0.00 ":irc.foonet.org 324 tester` #chan +nt") (0.02 ":irc.foonet.org 329 tester` #chan 1668985854") (0.00 ":alice!~u@2fzfcku68ehqa.irc PRIVMSG #chan :bob: No remedy, my lord, when walls are so wilful to hear without warning.") - (0.01 ":bob!~u@2fzfcku68ehqa.irc PRIVMSG #chan :alice: Let our reciprocal vows be remembered. You have many opportunities to cut him off; if your will want not, time and place will be fruitfully offered. There is nothing done if he return the conqueror; then am I the prisoner, and his bed my gaol; from the loathed warmth whereof deliver me, and supply the place for your labour.")) + (0.01 ":bob!~u@2fzfcku68ehqa.irc PRIVMSG #chan :alice: Let our reciprocal vows be remembered. You have many opportunities to cut him off; if your will want not, time and place will be fruitfully offered. There is nothing done if he return the conqueror; then am I the prisoner, and his bed my gaol; from the loathed warmth whereof deliver me, and supply the place for your labor.")) ((quit 1 "QUIT :\2ERC\2") (0.03 ":tester`!~u@u9iqi96sfwk9s.irc QUIT :Quit"))