summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBranden Robinson <branden@debian.org>2009-07-17 22:33:55 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-07-17 22:33:55 -0700
commit6dfbdf2823dc50c6b0ff24afbc58c67dc1651bef (patch)
tree566fba85233e42424753d8901d6ee641f16f694c
parent195a991ef5e5d578d3499a5496d064d1b9b1dc7f (diff)
spelling fix
-rw-r--r--dm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dm.c b/dm.c
index 282b16d..0edb565 100644
--- a/dm.c
+++ b/dm.c
@@ -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;