fixed typo

This commit is contained in:
Sven Kubiak 2018-10-07 12:07:36 +02:00
parent d17fb426bc
commit 4f9de5da78

View File

@ -40,7 +40,7 @@ public class JPushoverResponse {
} }
/** /**
* @return true if the api returned a HTTP status code 200, false othwise * @return true if the api returned a HTTP status code 200, false otherwise
*/ */
public boolean isSuccessful() { public boolean isSuccessful() {
return pushoverSuccessful; return pushoverSuccessful;