diff options
| author | Glenn Morris | 2011-02-22 23:08:12 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-22 23:08:12 -0800 |
| commit | 97610156f40b64a933d9c4afa4767e2443527892 (patch) | |
| tree | 2af012a0c8f4817f30d3efa9e1dc5c26406f797a /src | |
| parent | 61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (diff) | |
| download | emacs-97610156f40b64a933d9c4afa4767e2443527892.tar.gz emacs-97610156f40b64a933d9c4afa4767e2443527892.zip | |
Fix spelling of "precede".
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index 5ac0a1b57ec..579c9ca7d67 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -872,7 +872,7 @@ sys_spawnve (int mode, char *cmdname, char **argv, char **envp) | |||
| 872 | 872 | ||
| 873 | Note that using backslash to escape embedded quotes requires | 873 | Note that using backslash to escape embedded quotes requires |
| 874 | additional special handling if an embedded quote is already | 874 | additional special handling if an embedded quote is already |
| 875 | preceeded by backslash, or if an arg requiring quoting ends with | 875 | preceded by backslash, or if an arg requiring quoting ends with |
| 876 | backslash. In such cases, the run of escape characters needs to be | 876 | backslash. In such cases, the run of escape characters needs to be |
| 877 | doubled. For consistency, we apply this special handling as long | 877 | doubled. For consistency, we apply this special handling as long |
| 878 | as the escape character is not quote. | 878 | as the escape character is not quote. |