From a08150cfc6c2b64ba2902e92887a911d98b19ba6 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Fri, 2 Feb 2018 19:06:30 +0100 Subject: [PATCH] Fix typo --- zathura/dbus-interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/dbus-interface.c b/zathura/dbus-interface.c index 5780960..7e9544d 100644 --- a/zathura/dbus-interface.c +++ b/zathura/dbus-interface.c @@ -417,7 +417,7 @@ handle_method_call(GDBusConnection* UNUSED(connection), if (handlers[idx].needs_document == true && priv->zathura->document == NULL) { g_dbus_method_invocation_return_dbus_error( - invocation, "org.pwmt.zathura.NoOpenDocumen", + invocation, "org.pwmt.zathura.NoOpenDocument", "No document has been opened."); return; }