summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-02-21 12:34:19 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-02-21 12:34:46 -0800
commitb0adfc721f505b5d6e581b18739d8aa1c619d1eb (patch)
treee243bafb647eb60b97b8c0e145fc534919dedd7a
parent35f047c06603ce2e549e43ba38de0e61083b0311 (diff)
downloademacs-b0adfc721f505b5d6e581b18739d8aa1c619d1eb.tar.gz
Spelling fixes
-rw-r--r--lisp/org/ChangeLog2
-rw-r--r--nt/cmdproxy.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index b75f2baa1f3..335818d7023 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -13060,7 +13060,7 @@
2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
* org.el (org-fontify-meta-lines-and-blocks-1):
- Recognize "name" as a valid keyword that can preceed a block.
+ Recognize "name" as a valid keyword that can precede a block.
2012-01-03 Eric Schulte <schulte.eric@gmail.com>
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c
index 16956288fef..9598f1d0a56 100644
--- a/nt/cmdproxy.c
+++ b/nt/cmdproxy.c
@@ -220,7 +220,7 @@ get_next_token (char * buf, const char ** pSrc)
{
/* Output literal backslashes. Note that we don't
treat a backslash as an escape character here,
- since it doesn't preceed a quote. */
+ since it doesn't precede a quote. */
for ( ; escape_char_run > 0; escape_char_run--)
*o++ = escape_char;
}