From b966f1d2ed47f788369f05d5d4aa3a3b1df7daeb Mon Sep 17 00:00:00 2001 From: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Date: Thu, 10 Jun 2021 08:33:10 +0200 Subject: [PATCH] Updated naming of Arduino The word Arduino was misspelled. My update fixes that. --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 924b49a..2cc02b0 100644 --- a/library.properties +++ b/library.properties @@ -3,8 +3,8 @@ version=1.0.0 author=Stephen Payne maintainer=Stephen Payne sentence=A terminal debugger with break points and data watches. -paragraph=This Debugger is for use with the Serial Monitor provided with the Arduion IDE. You can display data watches and activate break points at will from the Serial Monitor. Breakpoints and data watches have to be compiled in. Data watches can be displayed at will. Uses timer1. +paragraph=This Debugger is for use with the Serial Monitor provided with the Arduino IDE. You can display data watches and activate break points at will from the Serial Monitor. Breakpoints and data watches have to be compiled in. Data watches can be displayed at will. Uses timer1. category=Uncategorized url=http://www.jspayne.com/debugger/index.htm architectures=avr -includes=Debugger.h \ No newline at end of file +includes=Debugger.h