summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimperdin <27930508+imperdin@users.noreply.github.com>2018-04-24 14:14:39 +0300
committerGitHub <noreply@github.com>2018-04-24 14:14:39 +0300
commitc9ffe2592f784573cf0fc790922345760af40ea0 (patch)
tree47ba3fe7533d0395b7b664b3028398311b2d700c
parent4c244d683a7413647cbf29a5c10d8cc21508c6e0 (diff)
downloadxmr-stak-c9ffe2592f784573cf0fc790922345760af40ea0.zip
xmr-stak-c9ffe2592f784573cf0fc790922345760af40ea0.tar.gz
Small typo correction
-rw-r--r--xmrstak/net/jpsock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/net/jpsock.cpp b/xmrstak/net/jpsock.cpp
index 74d1c26..1ac2255 100644
--- a/xmrstak/net/jpsock.cpp
+++ b/xmrstak/net/jpsock.cpp
@@ -404,7 +404,7 @@ bool jpsock::process_pool_job(const opq_json_val* params)
uint32_t iWorkLn = blob->GetStringLength() / 2;
if (iWorkLn > sizeof(pool_job::bWorkBlob))
- return set_socket_error("PARSE error: Invalid job legth. Are you sure you are mining the correct coin?");
+ return set_socket_error("PARSE error: Invalid job length. Are you sure you are mining the correct coin?");
pool_job oPoolJob;
if (!hex2bin(blob->GetString(), iWorkLn * 2, oPoolJob.bWorkBlob))
OpenPOWER on IntegriCloud