aboutsummaryrefslogtreecommitdiff
path: root/test/pubsub_tests.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/pubsub_tests.erl')
-rw-r--r--test/pubsub_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pubsub_tests.erl b/test/pubsub_tests.erl
index 2bca35173..475e4fbd1 100644
--- a/test/pubsub_tests.erl
+++ b/test/pubsub_tests.erl
@@ -87,7 +87,7 @@ test_features(Config) ->
test_vcard(Config) ->
JID = pubsub_jid(Config),
- ct:comment("Retreiving vCard from ~s", [jid:encode(JID)]),
+ ct:comment("Retrieving vCard from ~s", [jid:encode(JID)]),
VCard = mod_pubsub_opt:vcard(?config(server, Config)),
#iq{type = result, sub_els = [VCard]} =
send_recv(Config, #iq{type = get, to = JID, sub_els = [#vcard_temp{}]}),