Skip to content

Commit 21920cb

Browse files
dschogitster
authored andcommitted
credential: fix grammar
There was a lot going on behind the scenes when the vulnerability and possible solutions were discussed. Grammar was not a primary focus, that's why this slipped in. Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]> Reviewed-by: Carlo Marcelo Arenas Belón <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent df5be6d commit 21920cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

credential.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void credential_write(const struct credential *, FILE *);
3232
/*
3333
* Parse a url into a credential struct, replacing any existing contents.
3434
*
35-
* Ifthe url can't be parsed (e.g., a missing "proto://" component), the
35+
* If the url can't be parsed (e.g., a missing "proto://" component), the
3636
* resulting credential will be empty but we'll still return success from the
3737
* "gently" form.
3838
*

0 commit comments

Comments
 (0)