From b0adfc721f505b5d6e581b18739d8aa1c619d1eb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 21 Feb 2015 12:34:19 -0800 Subject: Spelling fixes --- nt/cmdproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nt') 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; } -- cgit v1.2.1