diff options
author | Branden Robinson <branden@debian.org> | 2009-07-17 22:33:55 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-17 22:33:55 -0700 |
commit | 6dfbdf2823dc50c6b0ff24afbc58c67dc1651bef (patch) | |
tree | 566fba85233e42424753d8901d6ee641f16f694c | |
parent | 195a991ef5e5d578d3499a5496d064d1b9b1dc7f (diff) |
spelling fix
-rw-r--r-- | dm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -377,7 +377,7 @@ StopAll (int n) * * See defect XWSog08655 for more information. */ - Debug ("Child xdm caught SIGTERM before it remove that signal.\n"); + Debug ("Child xdm caught SIGTERM before it removed that signal.\n"); (void) Signal (n, SIG_DFL); TerminateProcess (getpid(), SIGTERM); errno = olderrno; |