projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f73db
)
Fix a typo in a crasher message
author
Michael Catanzaro
<mcatanzaro@gnome.org>
Tue, 13 Jan 2015 22:38:13 +0000
(16:38 -0600)
committer
Michael Catanzaro
<mcatanzaro@gnome.org>
Tue, 13 Jan 2015 22:38:13 +0000
(16:38 -0600)
atspi/atspi-misc.c
patch
|
blob
|
history
diff --git
a/atspi/atspi-misc.c
b/atspi/atspi-misc.c
index 84669a4786b639d2c798f357837d9408664d356f..34048738b47a57aa40c4d56ab3f043bb37889297 100644
(file)
--- 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: C
O
uldn't connect to accessibility bus. Is at-spi-bus-launcher running?");
+ g_error ("AT-SPI: C
o
uldn't connect to accessibility bus. Is at-spi-bus-launcher running?");
return bus;
}