Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed spelling mistakes #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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