pro: Fix comment typo

This commit is contained in:
Nico Weber 2022-12-30 11:06:58 -05:00 committed by Brian Gianforcaro
parent ca4ebf5d1b
commit e771320179
Notes: sideshowbarker 2024-07-17 04:09:56 +09:00

View file

@ -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())