1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-16 07:51:08 +01:00

s/occured/occurred/

This commit is contained in:
Florian Schmaus 2019-10-30 12:02:36 +01:00
parent b0277d7e74
commit eb4c2c5572
50 changed files with 196 additions and 196 deletions

View file

@ -75,7 +75,7 @@ public class XHTMLManagerTest extends SmackTestCase {
chat1.sendMessage(msg);
Thread.sleep(200);
} catch (Exception e) {
fail("An error occured sending the message with XHTML");
fail("An error occurred sending the message with XHTML");
}
}
@ -116,7 +116,7 @@ public class XHTMLManagerTest extends SmackTestCase {
try {
chat1.sendMessage(msg);
} catch (Exception e) {
fail("An error occured sending the message with XHTML");
fail("An error occurred sending the message with XHTML");
}
Packet packet = chat2.nextResult(2000);
@ -197,7 +197,7 @@ public class XHTMLManagerTest extends SmackTestCase {
bodiesReceived = 0;
chat1.sendMessage(msg);
} catch (Exception e) {
fail("An error occured sending the message with XHTML");
fail("An error occurred sending the message with XHTML");
}
Packet packet = chat2.nextResult(2000);