diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-09-01 13:16:27 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-09-01 13:16:27 +0200 |
commit | b5109cbcd977b6cf3dccbba4341f9a1b33f4ae33 (patch) | |
tree | 7520c0555d6df4fcff51b9f95b5e45019f5a93f7 | |
parent | af93ba38d077f0ec7bc90d516bc058de087d2561 (diff) | |
download | fpGUI-b5109cbcd977b6cf3dccbba4341f9a1b33f4ae33.tar.xz |
fpg_base: fixed spelling mistake in docs.
-rw-r--r-- | docs/xml/corelib/fpg_base.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml index 683dd729..84e96c8b 100644 --- a/docs/xml/corelib/fpg_base.xml +++ b/docs/xml/corelib/fpg_base.xml @@ -5507,7 +5507,7 @@ Right. And the Top is always smaller than the Bottom. lies completely outside of the clip boundary, then the Line routine is not
called. This procedure uses the well known Cohen-Sutherland line clipping
algorithm to clip each coordinate.</p>
-<p>Use this if you did not what to change the Canvas.ClipRegion for some reason.
+<p>Use this if you do not want to change the Canvas.ClipRegion for some reason.
For a detailed explanation see: http://www.nondot.org/~sabre/graphpro/line6.html
</p></descr>
</element>
|