aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-08-29 20:14:30 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-08-29 20:14:30 +0200
commitb4a069f27314a3c1d75a97e73f492d805e7c298d (patch)
tree59ae7e5354b5c2c8b0d8cf073ae6e6313ab1f1fd
parenta734066d76c5b62438c617212ec942a3b9909837 (diff)
downloadlibayatana-indicator-b4a069f27314a3c1d75a97e73f492d805e7c298d.tar.gz
libayatana-indicator-b4a069f27314a3c1d75a97e73f492d805e7c298d.tar.bz2
libayatana-indicator-b4a069f27314a3c1d75a97e73f492d805e7c298d.zip
libayatana-indicator/indicator-object.c: Typo fix in comment.
-rw-r--r--Makefile.am.marshal1
-rw-r--r--libayatana-indicator/indicator-object.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am.marshal b/Makefile.am.marshal
index a6ab024..a1e1070 100644
--- a/Makefile.am.marshal
+++ b/Makefile.am.marshal
@@ -42,4 +42,3 @@ $(marshal_c): $(marshal_h)
$(srcdir)/$(glib_marshal_list)) > xgen-mc \
&& cp xgen-mc $(marshal_c) \
&& rm -f xgen-mc
-
diff --git a/libayatana-indicator/indicator-object.c b/libayatana-indicator/indicator-object.c
index 7e16130..50b3078 100644
--- a/libayatana-indicator/indicator-object.c
+++ b/libayatana-indicator/indicator-object.c
@@ -537,7 +537,7 @@ get_entries_default (IndicatorObject * io)
return g_list_append(NULL, &(priv->entry));
}
-/* returns a list of all IndicatorObjectEntires, visible or not */
+/* returns a list of all IndicatorObjectEntries, visible or not */
static GList*
get_all_entries (IndicatorObject * io)
{