Message ID | 20230517025148.1199907-1-tmz@pobox.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | RelNotes/2.41.0: trivial case change in WWW-Authenticate | expand |
Todd Zullinger <tmz@pobox.com> writes: > Readers may wonder whether the upper case 'U' has special meaning in > WWW-AUthenticate. Use a lower case 'u' to save them from such thoughts. > > Signed-off-by: Todd Zullinger <tmz@pobox.com> > --- > This caught my eye while reading the 2.41.0 release notes. It's a long read > this time -- folks here have been busy. Thanks. Somehow the Shift-key lingers on when I type capitalized words and affects the second letter X-<. > Nothing else jumped out, but I'm not a professional proofreader. ;) > > Thanks! > > Todd > > Documentation/RelNotes/2.41.0.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt > index e177aff2d0..2bbf8fdc53 100644 > --- a/Documentation/RelNotes/2.41.0.txt > +++ b/Documentation/RelNotes/2.41.0.txt > @@ -3,7 +3,7 @@ Git v2.41 Release Notes > > UI, Workflows & Features > > - * Allow information carried on the WWW-AUthenticate header to be > + * Allow information carried on the WWW-Authenticate header to be > passed to the credential helpers. > > * A new "fetch.hideRefs" option can be used to exclude specified refs
diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt index e177aff2d0..2bbf8fdc53 100644 --- a/Documentation/RelNotes/2.41.0.txt +++ b/Documentation/RelNotes/2.41.0.txt @@ -3,7 +3,7 @@ Git v2.41 Release Notes UI, Workflows & Features - * Allow information carried on the WWW-AUthenticate header to be + * Allow information carried on the WWW-Authenticate header to be passed to the credential helpers. * A new "fetch.hideRefs" option can be used to exclude specified refs
Readers may wonder whether the upper case 'U' has special meaning in WWW-AUthenticate. Use a lower case 'u' to save them from such thoughts. Signed-off-by: Todd Zullinger <tmz@pobox.com> --- This caught my eye while reading the 2.41.0 release notes. It's a long read this time -- folks here have been busy. Nothing else jumped out, but I'm not a professional proofreader. ;) Thanks! Todd Documentation/RelNotes/2.41.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)