🎨 Fix misspelling (#23137)

This commit is contained in:
luzpaz
2021-11-17 12:09:01 -05:00
committed by Scott Lahteine
parent c2a674d2c1
commit 99f58f63f2
6 changed files with 10 additions and 10 deletions

View File

@ -96,7 +96,7 @@ public:
static size_t GetFreeTxBuffer();
static void FlushTx();
// Checks two things: Can we confirm the presence of the display and has we initiliazed it.
// Checks two things: Can we confirm the presence of the display and has we initialized it.
// (both boils down that the display answered to our chatting)
static inline bool IsInitialized() {
return initialized;