diff options
| author | Ikko Ashimine <[email protected]> | 2021-01-31 14:38:31 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-31 14:38:31 +0900 |
| commit | 62c493e7a8383e397f674d5a31eba92ef2b8eb44 (patch) | |
| tree | da7398952cb0047cb82db678011c80b990ec2844 /src | |
| parent | Set next release version to 1.14.2 (diff) | |
| download | discoin-62c493e7a8383e397f674d5a31eba92ef2b8eb44.tar.xz discoin-62c493e7a8383e397f674d5a31eba92ef2b8eb44.zip | |
[Qt] fix typo in bitcoingui.cpp
availble -> available
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/bitcoingui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 670e4f2c6..4ffde76cf 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -168,7 +168,7 @@ BitcoinGUI::BitcoinGUI(const PlatformStyle *_platformStyle, const NetworkStyle * setCentralWidget(rpcConsole); } - // Dogecoin: load fallback font in case Comic Sans is not availble on the system + // Dogecoin: load fallback font in case Comic Sans is not available on the system QFontDatabase::addApplicationFont(":fonts/ComicNeue-Bold"); QFontDatabase::addApplicationFont(":fonts/ComicNeue-Bold-Oblique"); QFontDatabase::addApplicationFont(":fonts/ComicNeue-Light"); |