Merge pull request #1684 from eltociear/patch-1

[Qt] fix typo in bitcoingui.cpp
This commit is contained in:
Patrick Lodder 2021-01-31 17:40:03 +01:00 committed by GitHub
commit 0a09a9cef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");