[telepathy-glib/master] tp_account_manager_is_prepared: fix a confusing typo

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Nov 26 08:43:03 PST 2009


TP_ACCOUNT_MANAGER_FEATURE_CORE, not TP_ACCOUNT_FEATURE_CORE.

Reviewed-by: Will Thompson <will.thompson at collabora.co.uk>
---
 telepathy-glib/account-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c
index 10cf404..33e5593 100644
--- a/telepathy-glib/account-manager.c
+++ b/telepathy-glib/account-manager.c
@@ -1377,7 +1377,7 @@ tp_account_manager_is_prepared (TpAccountManager *manager,
  * operation.
  *
  * If @features is %NULL, then @callback will be called when the implied
- * %TP_ACCOUNT_FEATURE_CORE feature is ready.
+ * %TP_ACCOUNT_MANAGER_FEATURE_CORE feature is ready.
  *
  * If %NULL is given to @callback, then no callback will be called when the
  * operation is finished. Instead, it will simply set @features on @manager.
-- 
1.5.6.5



More information about the telepathy-commits mailing list