Skip to content

Commit

Permalink
credential: fix grammar
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dscho authored and gitster committed Apr 24, 2020
1 parent df5be6d commit 21920cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credential.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 21920cb

Please sign in to comment.