mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
pro: Fix comment typo
This commit is contained in:
parent
ca4ebf5d1b
commit
e771320179
Notes:
sideshowbarker
2024-07-17 04:09:56 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/e771320179 Pull-request: https://github.com/SerenityOS/serenity/pull/16728
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
if (!input.contains(':'))
|
||||
return false;
|
||||
|
||||
// NOTE: Input is explicitly not trimmed, but instad taken in raw;
|
||||
// NOTE: Input is explicitly not trimmed, but instead taken in raw;
|
||||
// Space prepended usernames and appended passwords might be legal in the user's context.
|
||||
auto maybe_credentials = String::from_utf8(input);
|
||||
if (maybe_credentials.is_error())
|
||||
|
|
Loading…
Reference in a new issue