diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-29 20:14:30 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-29 20:14:30 +0200 |
commit | b4a069f27314a3c1d75a97e73f492d805e7c298d (patch) | |
tree | 59ae7e5354b5c2c8b0d8cf073ae6e6313ab1f1fd | |
parent | a734066d76c5b62438c617212ec942a3b9909837 (diff) | |
download | libayatana-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.marshal | 1 | ||||
-rw-r--r-- | libayatana-indicator/indicator-object.c | 2 |
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) { |