diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-30 19:57:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-30 19:57:01 +0800 |
commit | c079bd6891e308a63f9f920e9cbaf001e993f471 (patch) | |
tree | f8fbfc6d551b2dd45f6704a37380218b49fc694b /src/empathy.c | |
parent | 2d1cf80cf8ae0412eaf176c557f78f29ab8d4064 (diff) | |
download | gsoc2013-empathy-c079bd6891e308a63f9f920e9cbaf001e993f471.tar gsoc2013-empathy-c079bd6891e308a63f9f920e9cbaf001e993f471.tar.gz gsoc2013-empathy-c079bd6891e308a63f9f920e9cbaf001e993f471.tar.bz2 gsoc2013-empathy-c079bd6891e308a63f9f920e9cbaf001e993f471.tar.lz gsoc2013-empathy-c079bd6891e308a63f9f920e9cbaf001e993f471.tar.xz gsoc2013-empathy-c079bd6891e308a63f9f920e9cbaf001e993f471.tar.zst gsoc2013-empathy-c079bd6891e308a63f9f920e9cbaf001e993f471.zip |
fix typo
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c index e99250f93..c3de8594a 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -272,7 +272,7 @@ list_names_cb (TpDBusDaemon *bus_daemon, out: if (self->shell_running) { - DEBUG ("GNOMES Shell is running, don't create status icon"); + DEBUG ("GNOME Shell is running, don't create status icon"); } else { |