diff options
| author | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
| commit | 06a12b0cccbda419752f3388346be7d302ebcbeb (patch) | |
| tree | 69c3a4c23638553993a7580cae4a4d597fd8e258 /exec/exec1.c | |
| parent | 1d5028ad0414cad458aac1102d3612e4956068c5 (diff) | |
| download | emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip | |
; Fix typos
Diffstat (limited to 'exec/exec1.c')
| -rw-r--r-- | exec/exec1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/exec1.c b/exec/exec1.c index d77ca8adf54..6ec4b3ecaae 100644 --- a/exec/exec1.c +++ b/exec/exec1.c | |||
| @@ -53,7 +53,7 @@ main (int argc, char **argv) | |||
| 53 | 53 | ||
| 54 | tracing_execve (argv[2], argv + 2, environ); | 54 | tracing_execve (argv[2], argv + 2, environ); |
| 55 | 55 | ||
| 56 | /* An error occured. Exit with failure. */ | 56 | /* An error occurred. Exit with failure. */ |
| 57 | exit (127); | 57 | exit (127); |
| 58 | } | 58 | } |
| 59 | else | 59 | else |