From b3ea44f844beab3931908723563a5f98abf0305a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 29 Apr 2002 17:47:04 +0000 Subject: [PATCH] Fix typo. --- lisp/filesets.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.") -- 2.39.5