Skip to content

Commit 6cfa282

Browse files
committed
Fixed typo
1 parent 5ad9675 commit 6cfa282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsmpp-examples/src/main/java/org/jsmpp/examples/AsyncSubmitReceiveDeliverSmExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void run() {
121121
counter.incrementAndGet();
122122
} catch (InvalidResponseException e) {
123123
// Invalid response
124-
LOGGER.error("Receive invalid respose", e);
124+
LOGGER.error("Receive invalid response", e);
125125
counter.incrementAndGet();
126126
} catch (NegativeResponseException e) {
127127
// Receiving negative response (non-zero command_status)

0 commit comments

Comments
 (0)