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

@ -234,7 +234,7 @@ public class JingleManagerTest extends SmackTestCase {
} catch (Exception e) {
LOGGER.log(Level.WARNING, "exception", e);
fail("An error occured with Jingle");
fail("An error occurred with Jingle");
}
}
@ -294,7 +294,7 @@ public class JingleManagerTest extends SmackTestCase {
} catch (Exception e) {
LOGGER.log(Level.WARNING, "exception", e);
fail("An error occured with Jingle");
fail("An error occurred with Jingle");
}
}
@ -385,7 +385,7 @@ public class JingleManagerTest extends SmackTestCase {
} catch (Exception e) {
LOGGER.log(Level.WARNING, "exception", e);
fail("An error occured with Jingle");
fail("An error occurred with Jingle");
}
}
@ -499,7 +499,7 @@ public class JingleManagerTest extends SmackTestCase {
} catch (Exception e) {
LOGGER.log(Level.WARNING, "exception", e);
fail("An error occured with Jingle");
fail("An error occurred with Jingle");
}
}
@ -589,7 +589,7 @@ public class JingleManagerTest extends SmackTestCase {
} catch (Exception e) {
LOGGER.log(Level.WARNING, "exception", e);
fail("An error occured with Jingle");
fail("An error occurred with Jingle");
}
}
@ -985,7 +985,7 @@ public class JingleManagerTest extends SmackTestCase {
//
// } catch (Exception e) {
// LOGGER.log(Level.WARNING, "exception", e);
// fail("An error occured with Jingle");
// fail("An error occurred with Jingle");
// }
// }

View file

@ -396,7 +396,7 @@ public class STUNResolverTest extends SmackTestCase {
} catch (Exception e) {
LOGGER.log(Level.WARNING, "exception", e);
fail("An error occured with Jingle");
fail("An error occurred with Jingle");
}
}