From 39715f126fef00cd66ee0485ca5fd2233d6417be Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 9 Apr 2015 16:13:03 -0600 Subject: [PATCH] Fix several typos in comments --- NxWidgets/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig index accff524c..a6ccaf8c1 100644 --- a/NxWidgets/Kconfig +++ b/NxWidgets/Kconfig @@ -163,7 +163,7 @@ config NXWIDGETS_TNXARRAY_SIZEINCREMENT int "Dyanamic Array Reallocation Size Increment" default 8 ---help--- - Default dynamic array realloctino increment (in entries). Default: 8 + Default dynamic array reallocation increment (in entries). Default: 8 config NXWIDGETS_CUSTOM_FILLCOLORS bool "Custom Default Fill Colors"