From f5b3f9f62e04c11919f8ce7826f430529341239b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 13 Aug 2017 00:14:28 +0200 Subject: [PATCH] Fix typo --- code/espurna/button.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/button.ino b/code/espurna/button.ino index 963fd066..999a7a43 100644 --- a/code/espurna/button.ino +++ b/code/espurna/button.ino @@ -174,7 +174,7 @@ void buttonLoop() { } // Otherwise check if any of the other two BUTTONs - // (in the header) has been pressent, but we should + // (in the header) has been pressed, but we should // ensure that we only toggle one of them to avoid // the synchronization going mad // This loop is generic for any PSB-04 module