summaryrefslogtreecommitdiff
path: root/src/components/gfx/Gfx.h
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-11-17 19:43:45 +0100
committerGitHub <noreply@github.com>2020-11-17 19:43:45 +0100
commitb50e222e2e967d9c0e7f75ec65fbbdbf3369d921 (patch)
treec2ff039a069d0a4f34944222904ca29676ed162c /src/components/gfx/Gfx.h
parenteb3a22554cf1868fb52da533496ac2324b7d222a (diff)
parent3ccfa1d92422e4020bc1b144690fee540c2e04f2 (diff)
Merge pull request #120 from ryanplusplus/transfert-typo
Fixed typo (Transfert -> Transfer)
Diffstat (limited to 'src/components/gfx/Gfx.h')
-rw-r--r--src/components/gfx/Gfx.h4
1 files changed, 2 insertions, 2 deletions
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);
};
}
}