From 47469cf2eb957c0485c892d58f510f1356679359 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Mon, 17 Sep 2018 22:57:31 +0200 Subject: [PATCH] Fix typo --- zathura/file-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/file-monitor.c b/zathura/file-monitor.c index a11f05b..21be190 100644 --- a/zathura/file-monitor.c +++ b/zathura/file-monitor.c @@ -137,7 +137,7 @@ zathura_filemonitor_new(const char* file_path, break; #ifdef G_OS_UNIX case ZATHURA_FILEMONITOR_SIGNAL: - girara_debug("using SIGHUB file monitor"); + girara_debug("using SIGHUP file monitor"); ret = g_object_new(ZATHURA_TYPE_SIGNALFILEMONITOR, "file-path", file_path, NULL); break;