From adefa70c1ca0725940a7d37a7b4d45d15f6ed870 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 5 May 2013 00:28:03 -0500 Subject: Fix typo. --- src/daemon/daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v1.2.3