]> git.ipfire.org Git - thirdparty/git.git/commitdiff
credential: fix grammar
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 24 Apr 2020 11:49:50 +0000 (11:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Apr 2020 21:15:57 +0000 (14:15 -0700)
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 <jrnieder@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Reviewed-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
credential.h

index 122a23cd2f1418fcee331d327c0276bdaa2cd0b3..5a86502d95c6dd36436a76aa8d4e9eaa0cb604c9 100644 (file)
@@ -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.
  *