]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Sat, 26 Nov 2022 09:24:20 +0000 (10:24 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 26 Nov 2022 13:30:02 +0000 (14:30 +0100)
doc/misc/erc.texi
lisp/progmodes/csharp-mode.el
test/lisp/erc/resources/base/local-modules/third.eld

index f86465fed7a965b62a3f29531ad5b55df56530de..e165adbb49891575054fcc4940dbc18cb747ffc4 100644 (file)
@@ -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.
index e82e72e8a3c1e7e02740ce3806cf69685034e078..a544a4b5cbd5492875739c97e2a7cae448190358 100644 (file)
@@ -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 "\\)")
index 060083656a6cdb7e899002b27630a1271e83ca46..19bdd6efccec95725ba629f47d1578cf979a9b91 100644 (file)
@@ -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"))