summaryrefslogtreecommitdiff
path: root/html/en/func/region.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/func/region.html')
-rw-r--r--html/en/func/region.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/en/func/region.html b/html/en/func/region.html
index 1581180..59874b8 100644
--- a/html/en/func/region.html
+++ b/html/en/func/region.html
@@ -67,7 +67,7 @@ canvas:wOffsetRegion(dx, dy: number) (WC) [in Lua]</pre>
<p>Moves the current region by the given offset. In X-Windows, if the region
moves to outside the canvas border, the part moved outside will be lost, the
- region will need to be reconstruted.</p>
+ region will need to be reconstructed.</p>
<pre class="function"><span class="mainFunction">void&nbsp;cdCanvasGetRegionBox(cdCanvas* canvas, int *xmin, int *xmax, int *ymin, int *ymax); [in C]</span>
void wdCanvasGetRegionBox(cdCanvas* canvas, double *xmin, double *xmax, double *ymin, double *ymax); (WC) [in C]