]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/ert-x.el
Spelling fixes
[gnu-emacs] / lisp / emacs-lisp / ert-x.el
index eb10c845d3fa4643c500f0f29fd5a3ee2ac7be11..67cb102a67c6d9532b050fc5eaab5ee64ad25f82 100644 (file)
@@ -289,7 +289,7 @@ BUFFER defaults to current buffer.  Does not modify BUFFER."
   "Mocks function NAME with MOCK and run BODY.
 
 Once BODY finishes (be it normally by returning a value or
-abnormally by throwing or signalling), the old definition of
+abnormally by throwing or signaling), the old definition of
 function NAME is restored.
 
 BODY may further change the mock with `fset'.