From 88dbda519d46ea8902e7f91a6d217387cfe5a2c0 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 23 Oct 2010 01:38:34 +0200 Subject: Fix typos. * doc/misc/gnus.texi (Group Parameters, Buttons): Fix typos. * lisp/org/org-exp.el (org-export-visible): * lisp/progmodes/dcl-mode.el (dcl-electric-reindent-regexps): Fix typos in docstrings. --- src/atimer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/atimer.c b/src/atimer.c index 432e2590da..bcd38632eb 100644 --- a/src/atimer.c +++ b/src/atimer.c @@ -175,9 +175,9 @@ cancel_atimer (timer) for (t = *list, prev = NULL; t && t != timer; prev = t, t = t->next) ; - /* If it is, take it off the its list, and put in on the - free-list. We don't bother to arrange for setting a - different alarm time, since a too early one doesn't hurt. */ + /* If it is, take it off its list, and put in on the free-list. + We don't bother to arrange for setting a different alarm time, + since a too early one doesn't hurt. */ if (t) { if (prev) -- cgit v1.2.3