# HG changeset patch # User Aidan Kehoe # Date 1276011452 -3600 # Node ID 4c56e7c6a704a5c57b7bb0c607e5faf1d9bfa326 # Parent 7d06a8bf47d22393cdbddb3ef8fa96210cec4a07 Fix a misspelling, diagnose.el. 2010-06-08 Aidan Kehoe * diagnose.el (show-gc-stats): Fix a misspelling in a heading in this function. diff -r 7d06a8bf47d2 -r 4c56e7c6a704 lisp/ChangeLog --- 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 + + * diagnose.el (show-gc-stats): + Fix a misspelling in a heading in this function. + 2010-06-08 Aidan Kehoe * paragraphs.el (sentence-end): diff -r 7d06a8bf47d2 -r 4c56e7c6a704 lisp/diagnose.el --- 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")