Skip to content

Commit

Permalink
main: Fix typo in std::cerr (#4359)
Browse files Browse the repository at this point in the history
  • Loading branch information
naksudev authored Jan 5, 2024
1 parent d3acf8d commit d8dbdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int main(int argc, char** argv) {
}

if (!ignoreSudo && Init::isSudo()) {
std::cerr << "[ ERROR ] Hyprland was launched with superuser priveleges, but the privileges check is not omitted.\n";
std::cerr << "[ ERROR ] Hyprland was launched with superuser privileges, but the privileges check is not omitted.\n";
std::cerr << " Hint: Use the --i-am-really-stupid flag to omit that check.\n";

return 1;
Expand Down

0 comments on commit d8dbdc4

Please sign in to comment.