]> git.saurik.com Git - wxWidgets.git/commitdiff
minor corr
authorRobert Roebling <robert@roebling.de>
Fri, 19 Oct 2007 15:07:33 +0000 (15:07 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 19 Oct 2007 15:07:33 +0000 (15:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dataviewmodel.tex

index 2c9d924b58a60626be6ad45b22f18a3e7a2a7f3c..7cf9910703e1ef75c8d3f89049ad0128da6abe59 100644 (file)
@@ -66,7 +66,7 @@ from the base model:
 
 Note that wxDataViewModel is reference counted, derives from 
 \helpref{wxObjectRefData}{wxobjectrefdata} and cannot be deleted
 
 Note that wxDataViewModel is reference counted, derives from 
 \helpref{wxObjectRefData}{wxobjectrefdata} and cannot be deleted
-directly as it can be shares by several wxDataViewCtrl. This
+directly as it can be shared by several wxDataViewCtrls. This
 implies that you need to decrease the reference count after
 associating the model with a control like this:
 
 implies that you need to decrease the reference count after
 associating the model with a control like this: