[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit 0d438d5621 1/3: Correct "appropriat" and "unspe
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit 0d438d5621 1/3: Correct "appropriat" and "unspecifed" misspellings |
Date: |
Thu, 13 Jul 2023 22:00:48 -0400 (EDT) |
branch: elpa/git-commit
commit 0d438d56219dd17eb5f84b9a8f8d60f538bb5112
Author: Ron Parker <rdparker@gmail.com>
Commit: Ron Parker <rdparker@gmail.com>
Correct "appropriat" and "unspecifed" misspellings
---
.mailmap | 1 +
docs/magit.org | 8 ++++----
docs/magit.texi | 8 ++++----
lisp/magit-repos.el | 4 ++--
lisp/magit-submodule.el | 4 ++--
5 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/.mailmap b/.mailmap
index 9177d788af..440a20438d 100644
--- a/.mailmap
+++ b/.mailmap
@@ -57,6 +57,7 @@ Phil Sainty <phil@catalyst.net.nz>
<phil-s@users.noreply.github.com>
Philippe Vaucher <philippe.vaucher@gmail.com> <philippe@stvs.ch>
Raimon Grau <raimon@3scale.net> <raimonster@gmail.com>
Robert Irelan <robert.irelan@bytedance.com>
+Ron Parker <rdparker@gmail.com> <rparker@a123systems.com>
Rémi Vanicat <vanicat@debian.org> <github.20.vanicat@mamber.net>
Rüdiger Sonderfeld <ruediger@c-plusplus.net> <ruediger@c-plusplus.de>
Sean Allred <code@seanallred.com> <allred.sean@gmail.com>
diff --git a/docs/magit.org b/docs/magit.org
index 76e3b941f0..c2bd41952f 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -2518,12 +2518,12 @@ buffers.
docstring of ~tabulated-list--get-sort~. Alternatively ~<~ and
~magit-repolist-version<~ can be used as those functions are
automatically replaced with functions that satisfy the interface.
- Set ~:sort~ to ~nil~ to inhibit sorting; if unspecifed, then the
+ Set ~:sort~ to ~nil~ to inhibit sorting; if unspecified, then the
column is sortable using the default sorter.
You may wish to display a range of numeric columns using just one
character per column and without any padding between columns, in
- which case you should use an appropriat HEADER, set WIDTH to 1,
+ which case you should use an appropriate HEADER, set WIDTH to 1,
and set ~:pad-right~ to 9. ~+~ is substituted for numbers higher than 9.
#+texinfo: @noindent
@@ -7026,12 +7026,12 @@ the super-repository by adding ~magit-insert-modules~
to the hook
docstring of ~tabulated-list--get-sort~. Alternatively ~<~ and
~magit-repolist-version<~ can be used as those functions are
automatically replaced with functions that satisfy the interface.
- Set ~:sort~ to ~nil~ to inhibit sorting; if unspecifed, then the
+ Set ~:sort~ to ~nil~ to inhibit sorting; if unspecified, then the
column is sortable using the default sorter.
You may wish to display a range of numeric columns using just one
character per column and without any padding between columns, in
- which case you should use an appropriat HEADER, set WIDTH to 1,
+ which case you should use an appropriate HEADER, set WIDTH to 1,
and set ~:pad-right~ to 9. ~+~ is substituted for numbers higher than 9.
*** Submodule Transient
diff --git a/docs/magit.texi b/docs/magit.texi
index 175b1066ed..189162b960 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -3131,12 +3131,12 @@ The @code{:sort} function has a weird interface
described in the
docstring of @code{tabulated-list--get-sort}. Alternatively @code{<} and
@code{magit-repolist-version<} can be used as those functions are
automatically replaced with functions that satisfy the interface.
-Set @code{:sort} to @code{nil} to inhibit sorting; if unspecifed, then the
+Set @code{:sort} to @code{nil} to inhibit sorting; if unspecified, then the
column is sortable using the default sorter.
You may wish to display a range of numeric columns using just one
character per column and without any padding between columns, in
-which case you should use an appropriat HEADER, set WIDTH to 1,
+which case you should use an appropriate HEADER, set WIDTH to 1,
and set @code{:pad-right} to 9. @code{+} is substituted for numbers higher
than 9.
@end defopt
@@ -8765,12 +8765,12 @@ The @code{:sort} function has a weird interface
described in the
docstring of @code{tabulated-list--get-sort}. Alternatively @code{<} and
@code{magit-repolist-version<} can be used as those functions are
automatically replaced with functions that satisfy the interface.
-Set @code{:sort} to @code{nil} to inhibit sorting; if unspecifed, then the
+Set @code{:sort} to @code{nil} to inhibit sorting; if unspecified, then the
column is sortable using the default sorter.
You may wish to display a range of numeric columns using just one
character per column and without any padding between columns, in
-which case you should use an appropriat HEADER, set WIDTH to 1,
+which case you should use an appropriate HEADER, set WIDTH to 1,
and set @code{:pad-right} to 9. @code{+} is substituted for numbers higher
than 9.
@end defopt
diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el
index 0bd3cd7a7c..df7933dc86 100644
--- a/lisp/magit-repos.el
+++ b/lisp/magit-repos.el
@@ -93,12 +93,12 @@ The `:sort' function has a weird interface described in the
docstring of `tabulated-list--get-sort'. Alternatively `<' and
`magit-repolist-version<' can be used as those functions are
automatically replaced with functions that satisfy the interface.
-Set `:sort' to nil to inhibit sorting; if unspecifed, then the
+Set `:sort' to nil to inhibit sorting; if unspecified, then the
column is sortable using the default sorter.
You may wish to display a range of numeric columns using just one
character per column and without any padding between columns, in
-which case you should use an appropriat HEADER, set WIDTH to 1,
+which case you should use an appropriate HEADER, set WIDTH to 1,
and set `:pad-right' to 0. \"+\" is substituted for numbers higher
than 9."
:package-version '(magit . "2.12.0")
diff --git a/lisp/magit-submodule.el b/lisp/magit-submodule.el
index 5f8043f334..7309dabbc9 100644
--- a/lisp/magit-submodule.el
+++ b/lisp/magit-submodule.el
@@ -100,12 +100,12 @@ The `:sort' function has a weird interface described in
the
docstring of `tabulated-list--get-sort'. Alternatively `<' and
`magit-repolist-version<' can be used as those functions are
automatically replaced with functions that satisfy the interface.
-Set `:sort' to nil to inhibit sorting; if unspecifed, then the
+Set `:sort' to nil to inhibit sorting; if unspecified, then the
column is sortable using the default sorter.
You may wish to display a range of numeric columns using just one
character per column and without any padding between columns, in
-which case you should use an appropriat HEADER, set WIDTH to 1,
+which case you should use an appropriate HEADER, set WIDTH to 1,
and set `:pad-right' to 0. \"+\" is substituted for numbers higher
than 9."
:package-version '(magit . "2.8.0")