From 7b6544edb2cfef261975090c7d9ee1f12fa697dc Mon Sep 17 00:00:00 2001 From: freddii Date: Wed, 13 Jan 2021 22:20:57 +0100 Subject: [PATCH] fixed spelling mistakes --- src/main/java/org/kontalk/client/Client.java | 2 +- src/test/java/org/kontalk/util/CryptoUtilsTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/kontalk/client/Client.java b/src/main/java/org/kontalk/client/Client.java index beee520c..fa80451d 100644 --- a/src/main/java/org/kontalk/client/Client.java +++ b/src/main/java/org/kontalk/client/Client.java @@ -73,7 +73,7 @@ public final class Client implements StanzaListener, Runnable { public enum PresenceCommand {REQUEST, GRANT, DENY} - // NOTE: disconnect is instantaneous, all resulting exceptions should be catched + // NOTE: disconnect is instantaneous, all resulting exceptions should be caught private enum Command {CONNECT, LAST_ACTIVITY} private final Control mControl; diff --git a/src/test/java/org/kontalk/util/CryptoUtilsTest.java b/src/test/java/org/kontalk/util/CryptoUtilsTest.java index 4e7bb8f6..2f296093 100644 --- a/src/test/java/org/kontalk/util/CryptoUtilsTest.java +++ b/src/test/java/org/kontalk/util/CryptoUtilsTest.java @@ -50,7 +50,7 @@ public void tearDown() { /** * Test of removeCryptographyRestrictions method, of class CryptoUtils. - * NOTE: crypto restriction removal is platform dependend, so is the + * NOTE: crypto restriction removal is platform dependent, so is the * result of this test */ @Test