Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/org/kontalk/client/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/kontalk/util/CryptoUtilsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down