diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-02-21 12:34:19 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-02-21 12:34:46 -0800 |
commit | b0adfc721f505b5d6e581b18739d8aa1c619d1eb (patch) | |
tree | e243bafb647eb60b97b8c0e145fc534919dedd7a /nt/cmdproxy.c | |
parent | 35f047c06603ce2e549e43ba38de0e61083b0311 (diff) | |
download | emacs-b0adfc721f505b5d6e581b18739d8aa1c619d1eb.tar.gz |
Spelling fixes
Diffstat (limited to 'nt/cmdproxy.c')
-rw-r--r-- | nt/cmdproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |