summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc
diff options
context:
space:
mode:
authorTony Butler <spudz76@gmail.com>2018-04-05 23:30:19 -0600
committerTimothy Pearson <tpearson@raptorengineering.com>2018-06-04 21:07:11 +0000
commit8aafb425204b336f13ca220f1d49ede9db2f98a2 (patch)
tree55219044d014a9f6674f3187ff89e408abba41a9 /xmrstak/misc
parentc0ac847d4f002db6e9bba99ca8baabd2a4f2157a (diff)
downloadxmr-stak-8aafb425204b336f13ca220f1d49ede9db2f98a2.zip
xmr-stak-8aafb425204b336f13ca220f1d49ede9db2f98a2.tar.gz
Repair more typos in comments only
Diffstat (limited to 'xmrstak/misc')
-rw-r--r--xmrstak/misc/executor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/misc/executor.hpp b/xmrstak/misc/executor.hpp
index 81c0fb8..9a23a48 100644
--- a/xmrstak/misc/executor.hpp
+++ b/xmrstak/misc/executor.hpp
@@ -54,7 +54,7 @@ private:
inline void set_timestamp() { dev_timestamp = get_timestamp(); };
- // In miliseconds, has to divide a second (1000ms) into an integer number
+ // In milliseconds, has to divide a second (1000ms) into an integer number
constexpr static size_t iTickTime = 500;
// Dev donation time period in seconds. 100 minutes by default.
OpenPOWER on IntegriCloud