From: Pavel Janík Date: Mon, 29 Apr 2002 17:47:04 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~15311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3ea44f844beab3931908723563a5f98abf0305a;p=emacs.git Fix typo. --- diff --git a/lisp/filesets.el b/lisp/filesets.el index 61284f942ae..a53f2c68389 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el @@ -27,7 +27,7 @@ ;;; Commentary: -;; Define filesets, which can be opened or saved with the power one or +;; Define filesets, which can be opened or saved with the power of one or ;; two mouse clicks only. A fileset is either a list of files, a file ;; pattern, a base directory and a search pattern (for files), or an ;; inclusion group (i.e. a base file including other files). @@ -86,7 +86,7 @@ (eval-and-compile (unless (boundp 'filesets-running-xemacs) (defvar filesets-running-xemacs (string-match "XEmacs\\|Lucid" emacs-version) - "Non-nil means we are runninn XEmacs."))) + "Non-nil means we are running XEmacs."))) (defvar filesets-menu-cache nil "The whole filesets menu.")