]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo correction
authorJulian Smart <julian@anthemion.co.uk>
Thu, 2 Nov 2006 15:45:39 +0000 (15:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 2 Nov 2006 15:45:39 +0000 (15:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/graphicspen.tex

index 02e19eebbbc4147e01724982883e76d473172b2b..39ea0f94387177f1ae5e042f03520ab574493a7e 100755 (executable)
@@ -15,7 +15,7 @@
 
 \helpref{wxGraphicsObject}{wxgraphicsobject}
 
-A wxGraphicsPen is a native representation of a pen. It is used for stroking a path on a graphics context. The contents are specific an private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreatePen call on the graphics context or the renderer instance.
+A wxGraphicsPen is a native representation of a pen. It is used for stroking a path on a graphics context. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreatePen call on the graphics context or the renderer instance.
 
 \wxheading{Include files}