emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 65f355a0ad 1/2: ; Fix typos


From: Stefan Kangas
Subject: master 65f355a0ad 1/2: ; Fix typos
Date: Sat, 26 Nov 2022 08:34:09 -0500 (EST)

branch: master
commit 65f355a0ad3f007987190b5852876246fcafa921
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typos
---
 doc/misc/erc.texi                                    | 2 +-
 lisp/progmodes/csharp-mode.el                        | 2 +-
 test/lisp/erc/resources/base/local-modules/third.eld | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi
index f86465fed7..e165adbb49 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 e82e72e8a3..a544a4b5cb 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 060083656a..19bdd6efcc 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]