]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/brush.tex
Documentation fixes, patch 1179223 by Andreas Mohr
[wxWidgets.git] / docs / latex / wx / brush.tex
index 9cdf71dcc37567f1462dafaad909bef6072ef87c..dfc9a09aea2ddb0b9e33d453a0aee50a868cc6b0 100644 (file)
@@ -329,10 +329,10 @@ cleanup because it can lead to double deletion in some circumstances.
 
 There are two mechanisms in recent versions of wxWidgets which make the
 brush list less useful than it once was. Under Windows, scarce resources
-are cleaned up internally if they are not being used. Also, a referencing
+are cleaned up internally if they are not being used. Also, a reference
 counting mechanism applied to all GDI objects means that some sharing
 of underlying resources is possible. You don't have to keep track of pointers,
-working out when it is safe delete a brush, because the referencing counting does
+working out when it is safe delete a brush, because the reference counting does
 it for you. For example, you can set a brush in a device context, and then
 immediately delete the brush you passed, because the brush is `copied'.