diff mbox series

config: fix some small capitalization issues, as spotted

Message ID 6f6f821fc090fb59f632fcdbd061154b897b1244.1711772691.git.dsimic@manjaro.org (mailing list archive)
State Superseded
Headers show
Series config: fix some small capitalization issues, as spotted | expand

Commit Message

Dragan Simic March 30, 2024, 4:26 a.m. UTC
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 <dsimic@manjaro.org>
---

Notes:
     * Fix some small capitalization issues in the documentation.

 Documentation/config/core.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Junio C Hamano March 30, 2024, 8:34 p.m. UTC | #1
Dragan Simic <dsimic@manjaro.org> writes:

>  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.

Looking good, except that we do not want double-space after a
semicolon.
Dragan Simic March 31, 2024, 8:21 p.m. UTC | #2
Hello Junio,

On 2024-03-30 21:34, Junio C Hamano wrote:
> Dragan Simic <dsimic@manjaro.org> writes:
> 
>>  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.
> 
> Looking good, except that we do not want double-space after a
> semicolon.

Thanks, I'll send a v2 that fixes this issue.
diff mbox series

Patch

diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt
index 2d4bbdb25fa3..31fe417065c6 100644
--- a/Documentation/config/core.txt
+++ b/Documentation/config/core.txt
@@ -688,7 +688,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::