mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +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: 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(':'))
|
if (!input.contains(':'))
|
||||||
return false;
|
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.
|
// Space prepended usernames and appended passwords might be legal in the user's context.
|
||||||
auto maybe_credentials = String::from_utf8(input);
|
auto maybe_credentials = String::from_utf8(input);
|
||||||
if (maybe_credentials.is_error())
|
if (maybe_credentials.is_error())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue