From 25cdd8d5f98f92e5b80d2611731b3403c30da7bb Mon Sep 17 00:00:00 2001 From: boastful-squirrel Date: Mon, 15 Apr 2019 18:54:00 +0200 Subject: Fix typo in comment --- src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/args.rs b/src/args.rs index 5a0b5db..825a4ac 100644 --- a/src/args.rs +++ b/src/args.rs @@ -98,7 +98,7 @@ fn parse_auth(src: &str) -> Result<(String, String), String> { } }; - // To make it Windows-compatible,the password needs to be shorter than 255 characters. + // To make it Windows-compatible, the password needs to be shorter than 255 characters. // After 255 characters, Windows will truncate the value. // As for the username, the spec does not mention a limit in length if password.len() > 255 { -- cgit v1.2.3