mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:46:00 +01:00
Fix typo
This commit is contained in:
parent
928aab913b
commit
47469cf2eb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue