mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-29 19:05:58 +01:00
main: Fix typo in std::cerr (#4359)
This commit is contained in:
parent
d3acf8da3b
commit
d8dbdc4a01
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ int main(int argc, char** argv) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ignoreSudo && Init::isSudo()) {
|
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";
|
std::cerr << " Hint: Use the --i-am-really-stupid flag to omit that check.\n";
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in a new issue