summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-05 00:28:03 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-05 00:28:03 -0500
commitadefa70c1ca0725940a7d37a7b4d45d15f6ed870 (patch)
treea27895f31bc2d7036915709e6fcf0646116064e2
parentcd6ee2198def3e5dc7cc70977c18cc05afe7b654 (diff)
downloadkdbusnotification-adefa70c1ca0725940a7d37a7b4d45d15f6ed870.tar.gz
kdbusnotification-adefa70c1ca0725940a7d37a7b4d45d15f6ed870.zip
Fix typo.
-rw-r--r--src/daemon/daemon.cpp2
1 files changed, 1 insertions, 1 deletions
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<NotifyDaemon*>(g_object_new(NOTIFY_TYPE_DAEMON, NULL));