Commit 3639d140a756d37d7b10f90d66227b1ac30b67aa
1 parent
1902ebb548
Exists in
master
typo fix
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
xmlout.js
... | ... | @@ -23,7 +23,7 @@ function callbackReport(requestId, responseCode, message) { |
23 | 23 | resendDelay.register(archivedTask); |
24 | 24 | }); |
25 | 25 | } |
26 | - _callbackReport(requestId, responseCode, messsage); | |
26 | + _callbackReport(requestId, responseCode, message); | |
27 | 27 | } |
28 | 28 | |
29 | 29 | function createRedisClient(host, port) { |