Skip to content

Commit 6e9dc70

Browse files
authored
Fixed Spelling/Grammar Error
Changed "loose" (adjective) to "lose" (verb).
1 parent f7272cd commit 6e9dc70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ftp/ftp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ int get_username(url_t *url, const char *guessed_username, bool isproxy)
785785

786786
if(!e) {
787787
if(guessed_username == 0) {
788-
fprintf(stderr, _("You loose\n"));
788+
fprintf(stderr, _("You lose\n"));
789789
ftp->loggedin = false;
790790
return -1;
791791
}
@@ -833,7 +833,7 @@ int get_password(url_t *url, const char *anonpass, bool isproxy)
833833
}
834834

835835
if(!e) {
836-
fprintf(stderr, _("You loose\n"));
836+
fprintf(stderr, _("You lose\n"));
837837
return -1;
838838
}
839839
url_setpassword(url, e);

0 commit comments

Comments
 (0)