summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-02-12 17:42:56 +0100
committerJonas Bernoulli <jonas@bernoul.li>2020-02-17 14:28:00 +0100
commit30e005d574dfe8d75cf1e91478fc388c1673099f (patch)
tree0984b4a4568f7e7a1d99bedb9d6351e3ab140070
parent7d758da0e36a0d898b3b89ed4437c8a4d557e7e8 (diff)
Fix a few typos
-rw-r--r--man/mu-server.14
-rw-r--r--mu4e/mu4e-proc.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/man/mu-server.1 b/man/mu-server.1
index 0da2543..087483c 100644
--- a/man/mu-server.1
+++ b/man/mu-server.1
@@ -11,7 +11,7 @@ mu server \- the mu backend for the mu4e e-mail client
.SH DESCRIPTION
\fBmu server\fR starts a simple shell in which one can query and manipulate the
-mu database. The output uses s-expressiong. \fBmu server\fR is not meant for use
+mu database. The output uses s-expressions. \fBmu server\fR is not meant for use
by humans, except for debugging purposes. Instead, it is designed specifically
for the \fBmu4e\fR e-mail client.
@@ -30,7 +30,7 @@ For example, to view a certain message, the command would be:
.fi
Parameters can be sent in any order; they must be of the correct type though.
-See \fBlib/utils/mu-sexp-parser.hh\fR and \fBlib/utils/mu-sexp-parser.hh\fR in
+See \fBlib/utils/mu-sexp-parser.hh\fR and \fBlib/utils/mu-sexp-parser.cc\fR in
source-tree for the details.
diff --git a/mu4e/mu4e-proc.el b/mu4e/mu4e-proc.el
index c51cc0d..a6bc1b8 100644
--- a/mu4e/mu4e-proc.el
+++ b/mu4e/mu4e-proc.el
@@ -89,7 +89,7 @@ removed."
(defun mu4e~proc-filter (_proc str)
"Filter string STR from PROC.
-This process the the 'mu server' output. It accumulates the
+This processes the 'mu server' output. It accumulates the
strings into valid sexps by checking of the ';;eox' `end-of-sexp'
marker, and then evaluating them.