From ab50138e40c82e7d03f757a8f2126f71b33ad669 Mon Sep 17 00:00:00 2001
From: Fabrice Weinberg <Fabrice@weinberg.me>
Date: Sun, 24 Jul 2016 13:49:03 +0200
Subject: [PATCH] Fix typo

---
 OLEDDisplayUi.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/OLEDDisplayUi.h b/OLEDDisplayUi.h
index 55f74bd..617346a 100644
--- a/OLEDDisplayUi.h
+++ b/OLEDDisplayUi.h
@@ -220,12 +220,12 @@ class OLEDDisplayUi {
     /**
      * Enable drawing of indicators
      */
-    void enableAllIndicator();
+    void enableAllIndicators();
 
     /**
      * Disable draw of indicators.
      */
-    void disableAllIndicator();
+    void disableAllIndicators();
 
     /**
      * Set the position of the indicator bar.
-- 
GitLab