summaryrefslogtreecommitdiff
path: root/src/openbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.cc')
-rw-r--r--src/openbox.cc2
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: