From: Paul Cornett <paulcor@bullseye.com>
Date: Thu, 21 Jun 2007 16:33:48 +0000 (+0000)
Subject: fix typo
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/420455b510fc71f73d1ddfc02dbaf0dfcc8bce1c

fix typo


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex
index 5d8c3490f4..eab626d510 100644
--- a/docs/latex/wx/window.tex
+++ b/docs/latex/wx/window.tex
@@ -70,7 +70,7 @@ Tab and Shift-Tab.}
 the window completely when its size is changed. Since this behaviour is now the default, the style is now obsolete
 and no longer has an effect.}
 \twocolitem{\windowstyle{wxVSCROLL}}{Use this style to enable a vertical
-scrollbar. Notice that this style should cannot be used with native controls
+scrollbar. Notice that this style cannot be used with native controls
 which don't support scrollbars nor with top-level windows in most ports.}
 \twocolitem{\windowstyle{wxHSCROLL}}{Use this style to enable a horizontal
 scrollbar. The same limitations as for wxVSCROLL apply to this style.}