From 734b6bbfca7c804c43fa2ae60bcfab80e89f5dd2 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 13 Jan 2015 16:38:13 -0600 Subject: [PATCH] Fix a typo in a crasher message --- atspi/atspi-misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c index 84669a4..3404873 100644 --- a/atspi/atspi-misc.c +++ b/atspi/atspi-misc.c @@ -124,7 +124,7 @@ _atspi_bus () if (!bus) atspi_init (); if (!bus) - g_error ("AT-SPI: COuldn't connect to accessibility bus. Is at-spi-bus-launcher running?"); + g_error ("AT-SPI: Couldn't connect to accessibility bus. Is at-spi-bus-launcher running?"); return bus; } -- 2.7.4