diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-07 21:15:19 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-07 21:15:19 +0800 |
commit | cb475d95ee299924317b9e2aedfc1f93c5982b18 (patch) | |
tree | d714b2529b78c107bc9d1e7805c939e9f316b5a7 | |
parent | 951970b64634802ab084cdccccce5104142ee76f (diff) | |
download | gsoc2013-empathy-cb475d95ee299924317b9e2aedfc1f93c5982b18.tar gsoc2013-empathy-cb475d95ee299924317b9e2aedfc1f93c5982b18.tar.gz gsoc2013-empathy-cb475d95ee299924317b9e2aedfc1f93c5982b18.tar.bz2 gsoc2013-empathy-cb475d95ee299924317b9e2aedfc1f93c5982b18.tar.lz gsoc2013-empathy-cb475d95ee299924317b9e2aedfc1f93c5982b18.tar.xz gsoc2013-empathy-cb475d95ee299924317b9e2aedfc1f93c5982b18.tar.zst gsoc2013-empathy-cb475d95ee299924317b9e2aedfc1f93c5982b18.zip |
Fix small typo in docs.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | libempathy-gtk/empathy-profile-chooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-profile-chooser.c b/libempathy-gtk/empathy-profile-chooser.c index 4869b7e63..b3cbf90d0 100644 --- a/libempathy-gtk/empathy-profile-chooser.c +++ b/libempathy-gtk/empathy-profile-chooser.c @@ -37,7 +37,7 @@ * SECTION:empathy-profile-chooser * @title: EmpathyProfileChooser * @short_description: A widget used to choose from a list of profiles - * @include: libempathy-gtk/empathy-account-chooser.h + * @include: libempathy-gtk/empathy-profile-chooser.h * * #EmpathyProfileChooser is a widget which extends #GtkComboBox to provides a * chooser of available profiles. |