diff mbox series

RelNotes/2.33.0: fix typos

Message ID 20210612111648.4064002-1-rybak.a.v@gmail.com (mailing list archive)
State New, archived
Headers show
Series RelNotes/2.33.0: fix typos | expand

Commit Message

Andrei Rybak June 12, 2021, 11:16 a.m. UTC
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
---
 Documentation/RelNotes/2.33.0.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/RelNotes/2.33.0.txt b/Documentation/RelNotes/2.33.0.txt
index 6795a2734f..4db830eed6 100644
--- a/Documentation/RelNotes/2.33.0.txt
+++ b/Documentation/RelNotes/2.33.0.txt
@@ -9,7 +9,7 @@  UI, Workflows & Features
 Performance, Internal Implementation, Development Support etc.
 
 
-Fixes since v2.31
+Fixes since v2.32
 -----------------
 
  * We historically rejected a very short string as an author name
@@ -19,7 +19,7 @@  Fixes since v2.31
  * The parallel checkout codepath did not initialize object ID field
    used to talk to the worker processes in a futureproof way.
 
- * Rewrite code that triggers undefined behaiour warning.
+ * Rewrite code that triggers undefined behaviour warning.
    (merge aafa5df0df jn/size-t-casted-to-off-t-fix later to maint).
 
  * The description of "fast-forward" in the glossary has been updated.