aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-03 16:38:11 -0600
committerTed Gould <ted@canonical.com>2009-11-03 16:38:11 -0600
commit1f96a346f7c2465a6a7785413d78071938829891 (patch)
treedad313a6fe3c49ad1c20d267c5c57eb43ce2898c
parent258f461b7bcd5d3c811a41fe6a7ad4ffae73f4be (diff)
downloadlibayatana-indicator-1f96a346f7c2465a6a7785413d78071938829891.tar.gz
libayatana-indicator-1f96a346f7c2465a6a7785413d78071938829891.tar.bz2
libayatana-indicator-1f96a346f7c2465a6a7785413d78071938829891.zip
Typo
-rw-r--r--libindicator/indicator-object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h
index cd8cc79..c2d1944 100644
--- a/libindicator/indicator-object.h
+++ b/libindicator/indicator-object.h
@@ -53,7 +53,7 @@ typedef struct _IndicatorObjectEntry IndicatorObjectEntry;
@get_menu: Gets the image for this object. Should be set
to #NULL if @get_entries is set. Should NOT ref the
object.
- @get_entires: Gets all of the entires for this object returning
+ @get_entries: Gets all of the entires for this object returning
a #GList of #IndicatorObjectEntries. The list should be
under the ownership of the caller but the entires will
not be.