Mercurial > hg > xemacs-beta
diff lisp/diagnose.el @ 5230:4c56e7c6a704
Fix a misspelling, diagnose.el.
2010-06-08 Aidan Kehoe <kehoea@parhasard.net>
* diagnose.el (show-gc-stats):
Fix a misspelling in a heading in this function.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 08 Jun 2010 16:37:32 +0100 |
parents | 5ddbab03b0e6 |
children | ed74d2ca7082 308d34e9f07d |
line wrap: on
line diff
--- a/lisp/diagnose.el Tue Jun 08 15:58:47 2010 +0100 +++ b/lisp/diagnose.el Tue Jun 08 16:37:32 2010 +0100 @@ -490,7 +490,7 @@ (princ (make-string 78 ?-)) (princ "\n") (princ (format fmt "stat" "total" "last-gc" "this-gc" - "last-cycle" "this-cylce")) + "last-cycle" "this-cycle")) (princ (make-string 78 ?-)) (princ "\n") (show-stats "n-gc")