diff mbox series

Fix type in Documentation/RelNotes/2.31.0.txt

Message ID 93f1d430aefc11ebb63c0024e87935e7@oschina.cn (mailing list archive)
State New, archived
Headers show
Series Fix type in Documentation/RelNotes/2.31.0.txt | expand

Commit Message

Li Linchao May 7, 2021, 6:21 a.m. UTC
From: Li Linchao <lilinchao@oschina.cn>

replace 'whey' with `when`

Signed-off-by: Li Linchao <lilinchao@oschina.cn>
---
 Documentation/RelNotes/2.31.0.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Li Linchao May 7, 2021, 6:37 a.m. UTC | #1
Sorry, please ignore this one. I've already sent another email.

---
>From: Li Linchao <lilinchao@oschina.cn>
>
>replace 'whey' with `when`
>
>Signed-off-by: Li Linchao <lilinchao@oschina.cn>
>---
> Documentation/RelNotes/2.31.0.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/Documentation/RelNotes/2.31.0.txt b/Documentation/RelNotes/2.31.0.txt
>index cf0c7d8d40..617d211f3f 100644
>--- a/Documentation/RelNotes/2.31.0.txt
>+++ b/Documentation/RelNotes/2.31.0.txt
>@@ -49,7 +49,7 @@ UI, Workflows & Features
>    @{1}, but we failed to answer "what commit were we on?", i.e. @{1}
>
>  * "git bundle" learns "--stdin" option to read its refs from the
>-   standard input.  Also, it now does not lose refs whey they point
>+   standard input.  Also, it now does not lose refs when they point
>    at the same object.
>
>  * "git log" learned a new "--diff-merges=<how>" option.
>--
>2.31.1.442.g7e39198978
>
diff mbox series

Patch

diff --git a/Documentation/RelNotes/2.31.0.txt b/Documentation/RelNotes/2.31.0.txt
index cf0c7d8d40..617d211f3f 100644
--- a/Documentation/RelNotes/2.31.0.txt
+++ b/Documentation/RelNotes/2.31.0.txt
@@ -49,7 +49,7 @@  UI, Workflows & Features
    @{1}, but we failed to answer "what commit were we on?", i.e. @{1}
 
  * "git bundle" learns "--stdin" option to read its refs from the
-   standard input.  Also, it now does not lose refs whey they point
+   standard input.  Also, it now does not lose refs when they point
    at the same object.
 
  * "git log" learned a new "--diff-merges=<how>" option.