]> code.delx.au - gnu-emacs/commitdiff
Fix typo in comment (bug#13851).
authorBastien Guerry <bzg@gnu.org>
Sat, 2 Mar 2013 07:19:10 +0000 (08:19 +0100)
committerBastien Guerry <bzg@gnu.org>
Sat, 2 Mar 2013 07:19:10 +0000 (08:19 +0100)
Thanks to Reuben Thomas for reporting this.

lisp/emacs-lisp/nadvice.el

index b0711fed26c51f824042aebf4a70c78e2b7833cc..0632c7d2fc06b16fe3142eac4023ec513a6a2356 100644 (file)
@@ -23,7 +23,7 @@
 
 ;; This package lets you add behavior (which we call "piece of advice") to
 ;; existing functions, like the old `advice.el' package, but with much fewer
-;; bells ans whistles.  It comes in 2 parts:
+;; bells and whistles.  It comes in 2 parts:
 ;;
 ;; - The first part lets you add/remove functions, similarly to
 ;;   add/remove-hook, from any "place" (i.e. as accepted by `setf') that