From 3ccfa1d92422e4020bc1b144690fee540c2e04f2 Mon Sep 17 00:00:00 2001 From: Ryan Hartlage Date: Sun, 1 Nov 2020 15:22:21 -0500 Subject: Fixed typo (Transfert -> Transfer) --- src/components/gfx/Gfx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/gfx/Gfx.h') diff --git a/src/components/gfx/Gfx.h b/src/components/gfx/Gfx.h index 091f06f5..eba6319f 100644 --- a/src/components/gfx/Gfx.h +++ b/src/components/gfx/Gfx.h @@ -53,8 +53,8 @@ namespace Pinetime { Drivers::St7789& lcd; void SetBackgroundColor(uint16_t color); - void WaitTransfertFinished() const; - void NotifyEndOfTransfert(TaskHandle_t task); + void WaitTransferFinished() const; + void NotifyEndOfTransfer(TaskHandle_t task); }; } } -- cgit v1.2.3