mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
committed by
Alin Jerpelea
parent
e02c14a926
commit
83354983c3
+1
-1
@@ -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
@@ -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.
|
||||
|
||||
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user