From: Bastien Guerry Date: Sat, 2 Mar 2013 07:19:10 +0000 (+0100) Subject: Fix typo in comment (bug#13851). X-Git-Tag: emacs-24.3.90~173^2~6^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8725b746408685833dec0ee09f1a4fc680786c9a;p=emacs.git Fix typo in comment (bug#13851). Thanks to Reuben Thomas for reporting this. --- diff --git a/lisp/emacs-lisp/nadvice.el b/lisp/emacs-lisp/nadvice.el index b0711fed26c..0632c7d2fc0 100644 --- a/lisp/emacs-lisp/nadvice.el +++ b/lisp/emacs-lisp/nadvice.el @@ -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