diff options
author | Tony Butler <spudz76@gmail.com> | 2018-04-05 23:19:48 -0600 |
---|---|---|
committer | Tony Butler <spudz76@gmail.com> | 2018-04-05 23:19:48 -0600 |
commit | 75ae1dd60165141700c36ab699656e9e073e186d (patch) | |
tree | b808b7de95ea8fd7a964654ebae570bcd0873f17 /xmrstak/misc/environment.hpp | |
parent | 945524b3805e022a7ecaa41a557bee3828619ecd (diff) | |
download | xmr-stak-75ae1dd60165141700c36ab699656e9e073e186d.zip xmr-stak-75ae1dd60165141700c36ab699656e9e073e186d.tar.gz |
Repair all 'namepsace' to 'namespace' (all within comments)
Diffstat (limited to 'xmrstak/misc/environment.hpp')
-rw-r--r-- | xmrstak/misc/environment.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/misc/environment.hpp b/xmrstak/misc/environment.hpp index 99c2db8..b67c858 100644 --- a/xmrstak/misc/environment.hpp +++ b/xmrstak/misc/environment.hpp @@ -38,4 +38,4 @@ struct environment params* pParams = nullptr; }; -} // namepsace xmrstak +} // namespace xmrstak |