aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-desktop-shortcuts.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-01-12 14:51:30 +0100
committerCharles Kerr <charles.kerr@canonical.com>2012-01-12 14:51:30 +0100
commitd3392a98f7b2ceb1bb4fce4a41feed261012346d (patch)
tree8cc12a94479a609e0c1f7e3db114199646db9796 /libindicator/indicator-desktop-shortcuts.c
parenta5c78749b6a655f3f54d2d9f69302b11d53a3059 (diff)
downloadlibayatana-indicator-d3392a98f7b2ceb1bb4fce4a41feed261012346d.tar.gz
libayatana-indicator-d3392a98f7b2ceb1bb4fce4a41feed261012346d.tar.bz2
libayatana-indicator-d3392a98f7b2ceb1bb4fce4a41feed261012346d.zip
initial revision for GSettings/GtkMenu visibility support
Diffstat (limited to 'libindicator/indicator-desktop-shortcuts.c')
-rw-r--r--libindicator/indicator-desktop-shortcuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c
index 5d16cda..62bf504 100644
--- a/libindicator/indicator-desktop-shortcuts.c
+++ b/libindicator/indicator-desktop-shortcuts.c
@@ -369,7 +369,7 @@ should_show (GKeyFile * keyfile, const gchar * group, const gchar * identity, gb
return TRUE;
}
-/* Looks through the nicks ot see if this one is in the list,
+/* Looks through the nicks to see if this one is in the list,
and thus valid to use. */
static gboolean
is_valid_nick (gchar ** list, const gchar * nick)