mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
pro: Fix comment typo
This commit is contained in:
parent
ca4ebf5d1b
commit
e771320179
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…
Add table
Add a link
Reference in a new issue