diff --git a/Userland/Utilities/pro.cpp b/Userland/Utilities/pro.cpp index 095ceae225..7ab62ff5c1 100644 --- a/Userland/Utilities/pro.cpp +++ b/Userland/Utilities/pro.cpp @@ -196,7 +196,7 @@ ErrorOr 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())