From 7d30d756e66068173a6a6dd30e549933e392f523 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Fri, 1 Mar 2024 10:33:46 +0100 Subject: [PATCH] docs: fix typos Signed-off-by: Jakub Wilk (cherry picked from commit 292586e4a6e887d37134db446c6dbd2c7a046d86) --- Documentation/howto-contribute.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/howto-contribute.txt b/Documentation/howto-contribute.txt index f8de234b3..97f3ce1e1 100644 --- a/Documentation/howto-contribute.txt +++ b/Documentation/howto-contribute.txt @@ -55,12 +55,12 @@ Repositories & Branches * Branches: - master - continuos development + master - continuous development stable/vX.Y - stable releases Since version 2.40, the "master" branch remains continuously open and is never subjected to feature freezes. The stabilization process for - the upcoming release is exclusively conducted within the "stable/" branche. + the upcoming release is exclusively conducted within the "stable/" branches. Upon branching from "master" to "stable/vX.Y," a new tag vX.Y+1-devel is generated to serve as placeholder for git-based versioning (refer to tools/git-version-gen). Subsequently, changes specific to the new release -- 2.47.3