Fixed typo

This commit is contained in:
2015-06-13 18:06:44 +02:00
parent 08ecfe9e1a
commit 1cfe5f7850
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -716,7 +716,7 @@ function session(sock) {
} }
if (returnObj.dataQueue.length === 0) { if (returnObj.dataQueue.length === 0) {
log.silly('larvitsmpp: lib/session.js: session() - sock.on(data) - All queue hanlded, breaking while loop.'); log.silly('larvitsmpp: lib/session.js: session() - sock.on(data) - All queue handled, breaking while loop.');
break; break;
} }
+1 -1
View File
@@ -29,7 +29,7 @@
"url": "https://github.com/larvit/larvitsmpp", "url": "https://github.com/larvit/larvitsmpp",
"type": "git" "type": "git"
}, },
"version": "0.0.5", "version": "0.0.6",
"readmeFilename": "README.md", "readmeFilename": "README.md",
"readme": "larvitsmpp", "readme": "larvitsmpp",
"bugs": { "bugs": {