[Qt] fix typo in bitcoingui.cpp

availble -> available
This commit is contained in:
Ikko Ashimine 2021-01-31 14:38:31 +09:00 committed by GitHub
parent 0b46a40ed1
commit 62c493e7a8
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");