(cherry picked from commit adefa70c1c)
adefa70c1c
@ -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));