diff options
author | klemens <ka7@github.com> | 2017-08-16 00:24:39 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-08-16 00:24:39 +0200 |
commit | f42fc1d508f24447519f79cf6304b2e4e2233a51 (patch) | |
tree | 77569674d0fbb6ec885bbd08def6f52b0f966d50 /src/qt/networkstyle.cpp | |
parent | 65cc7aacfbfc7b747926375280a1d839e88d576b (diff) |
doc: spelling fixes
Diffstat (limited to 'src/qt/networkstyle.cpp')
-rw-r--r-- | src/qt/networkstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/networkstyle.cpp b/src/qt/networkstyle.cpp index 93092501c9..4b81c54d36 100644 --- a/src/qt/networkstyle.cpp +++ b/src/qt/networkstyle.cpp @@ -44,7 +44,7 @@ NetworkStyle::NetworkStyle(const QString &_appName, const int iconColorHueShift, // loop through pixels for(int x=0;x<img.width();x++) { - // preserve alpha because QColor::getHsl doesen't return the alpha value + // preserve alpha because QColor::getHsl doesn't return the alpha value a = qAlpha(scL[x]); QColor col(scL[x]); |