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:
parent
b0277d7e74
commit
eb4c2c5572
50 changed files with 196 additions and 196 deletions
|
|
@ -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");
|
||||
// }
|
||||
// }
|
||||
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue