1
Fork 0
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:
Nico Weber 2022-12-30 11:06:58 -05:00 committed by Brian Gianforcaro
parent ca4ebf5d1b
commit e771320179

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