1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-10 15:11: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

@ -58,7 +58,7 @@ public class MessageEventManagerTest extends SmackTestCase {
try {
chat1.sendMessage(msg);
} catch (Exception e) {
fail("An error occured sending the message");
fail("An error occurred sending the message");
}
}
@ -113,7 +113,7 @@ public class MessageEventManagerTest extends SmackTestCase {
// Wait a few seconds so that the XMPP client can send any event
Thread.sleep(200);
} catch (Exception e) {
fail("An error occured sending the message");
fail("An error occurred sending the message");
}
}
@ -229,7 +229,7 @@ public class MessageEventManagerTest extends SmackTestCase {
results.containsAll(resultsExpected));
} catch (Exception e) {
fail("An error occured sending the message");
fail("An error occurred sending the message");
}
}