From fefd788df12692c1ac8e4dd8d4b5bbb57795501c Mon Sep 17 00:00:00 2001 From: Leandro Francucci Date: Sat, 20 Feb 2021 11:13:36 -0300 Subject: [PATCH] Fixed a spelling mistake in changelog.json --- tools/deploy/changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy/changelog.json b/tools/deploy/changelog.json index bbf604f4..7a5548bb 100644 --- a/tools/deploy/changelog.json +++ b/tools/deploy/changelog.json @@ -12,7 +12,7 @@ "Added STM32 port critical section priority flexible configuration", "Added RKH_CFG_FWK_AWARE_ISR_PRIO configuration option", "Added function rkh_trc_getWholeBlock() to get whole block from trace stream", - "Supported reinit and restart a already started timer", + "Supported reinit and restart an already started timer", "Added new options of Uncrustify", "Sent memory pool symbols as traces", "Deleted reinitialized timer from the timer list",