Mercurial > hg > xemacs-beta
changeset 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 | 7d06a8bf47d2 |
children | ba07c880114a |
files | lisp/ChangeLog lisp/diagnose.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 08 15:58:47 2010 +0100 +++ b/lisp/ChangeLog Tue Jun 08 16:37:32 2010 +0100 @@ -1,3 +1,8 @@ +2010-06-08 Aidan Kehoe <kehoea@parhasard.net> + + * diagnose.el (show-gc-stats): + Fix a misspelling in a heading in this function. + 2010-06-08 Aidan Kehoe <kehoea@parhasard.net> * paragraphs.el (sentence-end):
--- 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")