diff options
| author | klemens <[email protected]> | 2017-08-16 00:24:39 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-08-16 00:24:39 +0200 |
| commit | f42fc1d508f24447519f79cf6304b2e4e2233a51 (patch) | |
| tree | 77569674d0fbb6ec885bbd08def6f52b0f966d50 /src/qt/networkstyle.cpp | |
| parent | Merge #10556: Move stop/start functions from utils.py into BitcoinTestFramework (diff) | |
| download | discoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.tar.xz discoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.zip | |
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 93092501c..4b81c54d3 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]); |