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
@@ -3852,7 +3852,7 @@ int nxcursor_setposition(NXHANDLE hnd, FAR const struct nxgl_point_s *pos);
<ul>
<dl>
<dt><code>CONFIG_NXTK_BORDERWIDTH</code>:
<dd>Specifies with with of the border (in pixels) used with
<dd>Specifies the width of the border (in pixels) used with
framed windows. The default is 4.
<dt><code>CONFIG_NXTK_BORDERCOLOR1</code>, <code>CONFIG_NXTK_BORDERCOLOR2</code>, and <code>CONFIG_NXTK_BORDERCOLOR3</code>:
<dd>Specify the colors of the border used with framed windows.