aboutsummaryrefslogtreecommitdiff
path: root/src/idoappointmentmenuitem.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-17 11:14:36 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-17 11:14:36 -0500
commit0aa36d9cf4e13d1247814122567739b02d67db9c (patch)
treee3b536bd8623a2e79910e63d2c30c6aef80f3eec /src/idoappointmentmenuitem.c
parent32915975083819f39112f5c4c009b45a3e8ae33b (diff)
downloadayatana-ido-0aa36d9cf4e13d1247814122567739b02d67db9c.tar.gz
ayatana-ido-0aa36d9cf4e13d1247814122567739b02d67db9c.tar.bz2
ayatana-ido-0aa36d9cf4e13d1247814122567739b02d67db9c.zip
copyediting: fix copy/paste errors in the documentation
Diffstat (limited to 'src/idoappointmentmenuitem.c')
-rw-r--r--src/idoappointmentmenuitem.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/idoappointmentmenuitem.c b/src/idoappointmentmenuitem.c
index 26029a7..2ac518a 100644
--- a/src/idoappointmentmenuitem.c
+++ b/src/idoappointmentmenuitem.c
@@ -375,7 +375,7 @@ ido_appointment_menu_item_set_time (IdoAppointmentMenuItem * self,
* ido_appointment_menu_item_set_format:
* @format: the format string used when showing the appointment's time
*
- * Set the format string for rendering the location's time
+ * Set the format string for rendering the appointment's time
* in its right-justified secondary label.
*
* See strfrtime(3) for more information on the format string.
@@ -395,15 +395,15 @@ ido_appointment_menu_item_set_format (IdoAppointmentMenuItem * self,
}
/**
- * ido_location_menu_item_new_from_model:
+ * ido_appointment_menu_item_new_from_model:
* @menu_item: the corresponding menuitem
* @actions: action group to tell when this GtkMenuItem is activated
*
- * Creates a new IdoLocationMenuItem with properties initialized from
+ * Creates a new IdoAppointmentMenuItem with properties initialized from
* the menuitem's attributes.
*
* If the menuitem's 'action' attribute is set, trigger that action
- * in @actions when this IdoLocationMenuItem is activated.
+ * in @actions when this IdoAppointmentMenuItem is activated.
*/
GtkMenuItem *
ido_appointment_menu_item_new_from_model (GMenuItem * menu_item,