diff options
author | Michael Olson <mwolson@gnu.org> | 2009-06-09 23:27:34 -0700 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2009-06-09 23:27:34 -0700 |
commit | af49e9e173e1be8e95c70fe454f96ca3512461d0 (patch) | |
tree | 7c8539c633fe2ae79136036e8206019a796c3bc3 | |
parent | 6e7b40ad7b322d9dea31e399ce6359d26a191ad6 (diff) |
emms-source-playlist: Docstring typo.
-rw-r--r-- | lisp/emms-source-playlist.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-source-playlist.el b/lisp/emms-source-playlist.el index 1063494..57a299d 100644 --- a/lisp/emms-source-playlist.el +++ b/lisp/emms-source-playlist.el @@ -74,7 +74,7 @@ If this is nil, you will be prompted for a format to use." (defcustom emms-source-playlist-ask-before-overwrite t "*Ask before saving over an existing playlist. -If this is nil, existig playlists will be quitely overwritten." +If this is nil, existing playlists will be quietly overwritten." :type 'boolean :group 'emms) |