backport typo fix from trunk

SVN Revision: 1959
This commit is contained in:
Christophe Romain 2009-03-04 00:01:19 +00:00
parent 55942d1f4a
commit abbfa96fc4
1 changed files with 1 additions and 1 deletions

View File

@ -2012,7 +2012,7 @@ get_subscriptions(Host, Node, JID) ->
if
not RetrieveFeature ->
%% Service does not support manage subscriptions
{error, extended_error(?ERR_FEATURE_NOT_IMPLEMENTED, unsupported, "manage-affiliations")};
{error, extended_error(?ERR_FEATURE_NOT_IMPLEMENTED, unsupported, "manage-subscriptions")};
Affiliation /= {result, owner} ->
%% Entity is not an owner
{error, ?ERR_FORBIDDEN};