diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-03-06 19:46:24 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-03-08 17:43:04 +0100 |
| commit | cfe36a0df2db3e5fd4c52e32093ea095492297cf (patch) | |
| tree | 8f8b261a7191d6aab2a6b72c43bed54a88001bc6 | |
| parent | 18141d78dab9e19161cae3e7e89f8b95591a2e9b (diff) | |
Fix a typo in --help output (master only).
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index bc8fa3bc..d6e87d94 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -529,7 +529,7 @@ static void print_help(void) g_print(_(" --sync Run in synchronous mode\n")); g_print(_(" --debug Display debugging output\n")); g_print(_(" --debug-focus Display debugging output for focus handling\n")); - g_print(_(" --debug-session Display debugging output for session managment\n")); + g_print(_(" --debug-session Display debugging output for session management\n")); g_print(_(" --debug-xinerama Split the display into fake xinerama screens\n")); g_print(_("\nPlease report bugs at %s\n"), PACKAGE_BUGREPORT); } |
