summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-12-28 16:05:48 +0000
committerGitHub <noreply@github.com>2017-12-28 16:05:48 +0000
commit2024879cbb591043da253b63c448a90baf24e434 (patch)
treef49dc66cd621e804a7d557f43f9280835a14918d
parent85edb88f2919eaba4a44fad372229a144fffa868 (diff)
parentad2ce39c13de2c64e90da62a157afd1a4616e9ac (diff)
downloadxmr-stak-2024879cbb591043da253b63c448a90baf24e434.zip
xmr-stak-2024879cbb591043da253b63c448a90baf24e434.tar.gz
Merge pull request #726 from Lehmax/patch-1
Typo: Obtaning -> Obtaining
-rw-r--r--xmrstak/backend/cpu/crypto/cryptonight_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/backend/cpu/crypto/cryptonight_common.cpp b/xmrstak/backend/cpu/crypto/cryptonight_common.cpp
index 547b104..88876a1 100644
--- a/xmrstak/backend/cpu/crypto/cryptonight_common.cpp
+++ b/xmrstak/backend/cpu/crypto/cryptonight_common.cpp
@@ -188,7 +188,7 @@ size_t cryptonight_init(size_t use_fast_mem, size_t use_mlock, alloc_msg* msg)
bRebootDesirable = TRUE;
}
else
- msg->warning = "Obtaning SeLockMemoryPrivilege failed.";
+ msg->warning = "Obtaining SeLockMemoryPrivilege failed.";
return 0;
}
OpenPOWER on IntegriCloud