Fix "with with" typos

In many cases, remove one of them.
In a few places, it looks like a typo of "width" actually.
This commit is contained in:
YAMAMOTO Takashi
2020-01-27 13:55:23 +09:00
committed by Alin Jerpelea
parent e02c14a926
commit 83354983c3
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ config NXTK_BORDERWIDTH
int "Border Width"
default 4
---help---
Specifies with with of the border (in pixels) used with framed windows.
Specifies the width of the border (in pixels) used with framed windows.
The default is 4.
config NXTK_DEFAULT_BORDERCOLORS
+1 -1
View File
@@ -138,7 +138,7 @@ CONFIG_NX_XYINPUT
CONFIG_NX_KBD
Build in support of keypad/keyboard input.
CONFIG_NXTK_BORDERWIDTH
Specifies with with of the border (in pixels) used with framed windows.
Specifies the width of the border (in pixels) used with framed windows.
The default is 4.
CONFIG_NXTK_BORDERCOLOR1, CONFIG_NXTK_BORDERCOLOR2, CONFIG_NXTK_BORDERCOLOR3
Specify the colors of the border used with framed windows.
+1 -1
View File
@@ -375,7 +375,7 @@ int vnc_colors(FAR struct vnc_session_s *session, FAR struct nxgl_rect_s *rect,
for (pixndx = 0; pixndx < ncolors - 1; pixndx++)
{
/* Compare color N with with colors M={(N_1)..ncolors} */
/* Compare color N with colors M={(N_1)..ncolors} */
maxndx = pixndx;
for (cmpndx = maxndx + 1; cmpndx < ncolors; cmpndx++)