diff options
Diffstat (limited to 'test/proxy65_tests.erl')
-rw-r--r-- | test/proxy65_tests.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/proxy65_tests.erl b/test/proxy65_tests.erl index 618252eb0..bf6faf1e5 100644 --- a/test/proxy65_tests.erl +++ b/test/proxy65_tests.erl @@ -48,7 +48,7 @@ feature_enabled(Config) -> service_vcard(Config) -> JID = proxy_jid(Config), - ct:comment("Retreiving vCard from ~s", [jid:encode(JID)]), + ct:comment("Retrieving vCard from ~s", [jid:encode(JID)]), VCard = mod_proxy65_opt:vcard(?config(server, Config)), #iq{type = result, sub_els = [VCard]} = send_recv(Config, #iq{type = get, to = JID, sub_els = [#vcard_temp{}]}), |