From: Johannes Schindelin Date: Fri, 24 Apr 2020 11:49:50 +0000 (+0000) Subject: credential: fix grammar X-Git-Tag: v2.27.0-rc0~40^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21920cbd9af489763a62ebb81e1ca188354f833e;p=thirdparty%2Fgit.git 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 Signed-off-by: Johannes Schindelin Reviewed-by: Carlo Marcelo Arenas Belón Signed-off-by: Junio C Hamano --- diff --git a/credential.h b/credential.h index 122a23cd2f..5a86502d95 100644 --- a/credential.h +++ b/credential.h @@ -32,7 +32,7 @@ void credential_write(const struct credential *, FILE *); /* * Parse a url into a credential struct, replacing any existing contents. * - * Ifthe url can't be parsed (e.g., a missing "proto://" component), the + * If the url can't be parsed (e.g., a missing "proto://" component), the * resulting credential will be empty but we'll still return success from the * "gently" form. *