mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-26 09:15:59 +01:00
Fix typos
This commit is contained in:
parent
72e8d8deb3
commit
70cdc6577d
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ main(int argc, char* argv[])
|
|||
}
|
||||
#else
|
||||
if (synctex_fwd != NULL || synctex_editor != NULL || synctex_pid != -1) {
|
||||
girara_error("Built without syntex support, but syntex specific option was specified.");
|
||||
girara_error("Built without synctex support, but synctex specific option was specified.");
|
||||
ret = -1;
|
||||
goto free_and_ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue