X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..df1b5a2a9f5b7c88eff552bbe926ea2e26dc063d:/docs/latex/wx/tcontain.tex

diff --git a/docs/latex/wx/tcontain.tex b/docs/latex/wx/tcontain.tex
index a218f7de0f..b05595b261 100644
--- a/docs/latex/wx/tcontain.tex
+++ b/docs/latex/wx/tcontain.tex
@@ -25,7 +25,7 @@ pointers depending on whether you called or not
 \helpref{wxList::DeleteContents}{wxlistdeletecontents} method.
 
 Dynamic arrays resemble C arrays but with two important differences: they
-provide run-time range checking in debug builds and they expand automatically
+provide run-time range checking in debug builds and they automatically expand
 the allocated memory when there is no more space for new items. They come in
 two sorts: the "plain" arrays which store either built-in types such as "char",
 "int" or "bool" or the pointers to arbitrary objects, or "object arrays" which