Fixed spelling

This commit is contained in:
CommanderRedYT
2022-06-15 10:55:35 +02:00
parent ff104923d7
commit d829c0d5cb
14 changed files with 40 additions and 36 deletions

View File

@@ -5,5 +5,5 @@
struct BobbyErrorHandler : public virtual espgui::ErrorHandlerInterface
{
void errorOccured(std::string &&error) override;
void errorOccurred(std::string &&error) override;
};