summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-26 10:24:20 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-26 14:30:02 +0100
commit65f355a0ad3f007987190b5852876246fcafa921 (patch)
treee28d74ed5e5549b5f5ce3427dc5069309f4a9f12
parent24c06a92e96e53438e45a9b5f7ae34647ab76643 (diff)
downloademacs-65f355a0ad3f007987190b5852876246fcafa921.tar.gz
; Fix typos
-rw-r--r--doc/misc/erc.texi2
-rw-r--r--lisp/progmodes/csharp-mode.el2
-rw-r--r--test/lisp/erc/resources/base/local-modules/third.eld2
3 files changed, 3 insertions, 3 deletions
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"))