From cb11ec1fc8f78aae1b65912f5979731b81d90007 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Fri, 12 Feb 2021 23:48:36 -0800 Subject: [PATCH] Fix typo. --- ueforth/arduino/arduino.template.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueforth/arduino/arduino.template.ino b/ueforth/arduino/arduino.template.ino index 2456b7a..3532f54 100644 --- a/ueforth/arduino/arduino.template.ino +++ b/ueforth/arduino/arduino.template.ino @@ -1,6 +1,6 @@ /* * ESP32forth v{{VERSION}} - * Revision: {{REVISON}} + * Revision: {{REVISION}} */ {{opcodes}}