diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 1272c0f..7eb59d6 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -335,7 +335,7 @@ main(int argc, char **argv) G_TYPE_UINT, &request_name_result, G_TYPE_INVALID)) { - g_error("Could not aquire name: %s", error->message); + g_error("Could not acquire name: %s", error->message); } daemon = static_cast(g_object_new(NOTIFY_TYPE_DAEMON, NULL));