From 8b68b48d5cafbd9c7fad622cdb3eed0dc77fc473 Mon Sep 17 00:00:00 2001 From: Dragan Simic Date: Sun, 31 Mar 2024 22:49:30 +0200 Subject: config: fix some small capitalization issues, as spotted Fix some small capitalization issues, as spotted while going through the documentation. In general, a semicolon doesn't start a new sentence, and "this" has no meaning of a proper noun in this context. Signed-off-by: Dragan Simic Signed-off-by: Junio C Hamano --- Documentation/config/core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt index 73430b635b..c505388a07 100644 --- a/Documentation/config/core.txt +++ b/Documentation/config/core.txt @@ -554,7 +554,7 @@ core.createObject:: will not overwrite existing objects. + On some file system/operating system combinations, this is unreliable. -Set this config setting to 'rename' there; However, This will remove the +Set this config setting to 'rename' there; however, this will remove the check that makes sure that existing object files will not get overwritten. core.notesRef:: -- cgit 1.2.3-korg