diff options
author | Antonin Décimo <antonin.decimo@gmail.com> | 2020-07-21 17:46:33 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-07-21 23:00:13 +0200 |
commit | 9686895b4e6b1e44132389b57b958f8885d97d77 (patch) | |
tree | 7dad3926e874eb651868d1aa5db819e044f636e6 /examples | |
parent | bd387da62d78f25027f1f80d25d85970fd09c235 (diff) |
Fix typos
Diffstat (limited to 'examples')
-rw-r--r-- | examples/output-power-management.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/output-power-management.c b/examples/output-power-management.c index 8d91c6c0..43e7c53f 100644 --- a/examples/output-power-management.c +++ b/examples/output-power-management.c @@ -114,7 +114,7 @@ int main(int argc, char *argv[]) { if (output_power_manager == NULL) { fprintf(stderr, - "compositor doesn't support wlr-output-power-managment-unstable-v1\n"); + "compositor doesn't support wlr-output-power-management-unstable-v1\n"); return EXIT_FAILURE; } |