summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-17 08:37:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-17 08:37:22 (GMT)
commitade6985f1c161e70fffd031e9b0e573a7790133d (patch)
treead2803890d224278de928fe5ac3804feefe8c719 /macosx
parent9c2230bdc2d8b9a52ae6be01d063e2195509410c (diff)
parent9e0cb697a552bc9e7f9102bd040ecab7f9e08f0c (diff)
downloadtk-ade6985f1c161e70fffd031e9b0e573a7790133d.zip
tk-ade6985f1c161e70fffd031e9b0e573a7790133d.tar.gz
tk-ade6985f1c161e70fffd031e9b0e573a7790133d.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXRegion.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/tkMacOSXRegion.c b/macosx/tkMacOSXRegion.c
index e03cb2e..66188ef 100644
--- a/macosx/tkMacOSXRegion.c
+++ b/macosx/tkMacOSXRegion.c
@@ -29,7 +29,7 @@ static int totalRegionRetainCount = 0;
*
* TkCreateRegion --
*
- * Implements the equivelent of the X window function XCreateRegion. See
+ * Implements the equivalent of the X window function XCreateRegion. See
* Xwindow documentation for more details.
*
* Results:
@@ -55,7 +55,7 @@ TkCreateRegion(void)
*
* TkDestroyRegion --
*
- * Implements the equivelent of the X window function XDestroyRegion. See
+ * Implements the equivalent of the X window function XDestroyRegion. See
* Xwindow documentation for more details.
*
* Results:
@@ -139,7 +139,7 @@ TkSubtractRegion(
*
* TkUnionRectWithRegion --
*
- * Implements the equivelent of the X window function
+ * Implements the equivalent of the X window function
* XUnionRectWithRegion. See Xwindow documentation for more details.
*
* Results:
@@ -201,7 +201,7 @@ TkMacOSXIsEmptyRegion(
*
* TkRectInRegion --
*
- * Implements the equivelent of the X window function XRectInRegion. See
+ * Implements the equivalent of the X window function XRectInRegion. See
* Xwindow documentation for more details.
*
* Results:
@@ -237,7 +237,7 @@ TkRectInRegion(
*
* TkClipBox --
*
- * Implements the equivelent of the X window function XClipBox. See
+ * Implements the equivalent of the X window function XClipBox. See
* Xwindow documentation for more details.
*
* Results: