diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-10-09 16:12:15 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-10-09 16:12:15 -0400 |
commit | 2ab588d17de27d836a815eff1b310e323097b3db (patch) | |
tree | a4fa01cfff80292508b486ac7b5d9aacc514d8bf /libmessaging-menu | |
parent | 1ef5accb516c39ee6ebd41ccfcb99406e84c376c (diff) | |
download | ayatana-indicator-messages-2ab588d17de27d836a815eff1b310e323097b3db.tar.gz ayatana-indicator-messages-2ab588d17de27d836a815eff1b310e323097b3db.tar.bz2 ayatana-indicator-messages-2ab588d17de27d836a815eff1b310e323097b3db.zip |
Fixed typo in docstring
Diffstat (limited to 'libmessaging-menu')
-rw-r--r-- | libmessaging-menu/messaging-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmessaging-menu/messaging-menu.c b/libmessaging-menu/messaging-menu.c index 3c5c6d4..70861d3 100644 --- a/libmessaging-menu/messaging-menu.c +++ b/libmessaging-menu/messaging-menu.c @@ -34,7 +34,7 @@ * application through a desktop file id, which must be passed to * messaging_menu_app_new(). * - * To register the appliction with the Messaging Menu, call + * To register the application with the Messaging Menu, call * messaging_menu_app_register(). This signifies that the application * should be present in the menu and be marked as "running". * |