diff options
| -rw-r--r-- | src/openbox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox.cc b/src/openbox.cc index aa7fc9f6..4d1de42a 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -63,7 +63,7 @@ void Openbox::signalHandler(int signal) instance->restart(); break; - case SUGHUP: + case SIGHUP: case SIGINT: case SIGTERM: case SIGPIPE: |
