Skip to content

Commit

Permalink
[amazonechocontrol] Fixed typo in log (openhab#6617)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Rushworth <[email protected]>
  • Loading branch information
Scott Rushworth authored and J-N-K committed Jan 1, 2020
1 parent 098e08b commit 14f912a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ public HttpsURLConnection makeRequest(String verb, String url, @Nullable String
if (connection != null) {
connection.disconnect();
}
logger.warn("Request to url '{}' fails with unkown error", url, e);
logger.warn("Request to url '{}' fails with unknown error", url, e);
throw e;
} catch (Exception e) {
if (connection != null) {
Expand Down

0 comments on commit 14f912a

Please sign in to comment.