diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2019-08-03 00:14:12 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2019-08-03 00:14:12 -0400 |
| commit | 872788b195bd319563e85259885c135ed70199db (patch) | |
| tree | 404b0805b7dffdb6d324775ad596bc5ffa23ce76 /lisp/magit-core.el | |
| parent | 774f93201ae02b27879a61e5f53e500cd7d4b844 (diff) | |
Correct typos of "miscellaneous"
Fixes #3932.
Diffstat (limited to 'lisp/magit-core.el')
| -rw-r--r-- | lisp/magit-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-core.el b/lisp/magit-core.el index ccb48bf..f790dce 100644 --- a/lisp/magit-core.el +++ b/lisp/magit-core.el @@ -67,7 +67,7 @@ Each of these options falls into one or more of these categories: :group 'magit) (defgroup magit-miscellaneous nil - "Miscellanous Magit options." + "Miscellaneous Magit options." :group 'magit) (defgroup magit-commands nil |
