Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Minor spelling/grammar fixes for S bindings - cherry-picked from #4200
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Eichstädt-Engelen <[email protected]>
  • Loading branch information
9037568 authored and teichsta committed Mar 21, 2016
1 parent 7f88c49 commit f77185e
Show file tree
Hide file tree
Showing 10 changed files with 3,681 additions and 3,738 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public AirConditioner login() throws Exception {
getToken();
loginWithToken();
} catch (Exception e) {
logger.debug("Disconneting...", e);
logger.debug("Disconnecting...", e);
disconnect();
throw e;
}
Expand Down
Loading

0 comments on commit f77185e

Please sign in to comment.