From 70cdc6577d2ad2e1c16b09e27b56195eedec37cf Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Mon, 6 Jan 2020 08:59:50 +0100 Subject: [PATCH] Fix typos --- zathura/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/main.c b/zathura/main.c index c89c4ae..024d3a9 100644 --- a/zathura/main.c +++ b/zathura/main.c @@ -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; }