From b4a069f27314a3c1d75a97e73f492d805e7c298d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 29 Aug 2019 20:14:30 +0200 Subject: libayatana-indicator/indicator-object.c: Typo fix in comment. --- Makefile.am.marshal | 1 - libayatana-indicator/indicator-object.c | 2 +- 2 files changed, 1 insertion(+), 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) { -- cgit v1.2.3