summaryrefslogtreecommitdiffstats
path: root/generic/tkBitmap.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-07-16 13:34:37 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-07-16 13:34:37 (GMT)
commit7ac7933d135d021289b5a41697c7cf73f9e68ac2 (patch)
tree1de14cf6a37ec59f47bcedca630d40e485097f09 /generic/tkBitmap.c
parent992f8fd3951c69a2517c8262ced04a7a25500de2 (diff)
parent9e0cb697a552bc9e7f9102bd040ecab7f9e08f0c (diff)
downloadtk-7ac7933d135d021289b5a41697c7cf73f9e68ac2.zip
tk-7ac7933d135d021289b5a41697c7cf73f9e68ac2.tar.gz
tk-7ac7933d135d021289b5a41697c7cf73f9e68ac2.tar.bz2
Fix typo (equivelent -> equivalent).
Diffstat (limited to 'generic/tkBitmap.c')
-rw-r--r--generic/tkBitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkBitmap.c b/generic/tkBitmap.c
index e80760d..9f97b33 100644
--- a/generic/tkBitmap.c
+++ b/generic/tkBitmap.c
@@ -1084,7 +1084,7 @@ BitmapInit(
* TkReadBitmapFile --
*
* Loads a bitmap image in X bitmap format into the specified drawable.
- * This is equivelent to the XReadBitmapFile in X.
+ * This is equivalent to the XReadBitmapFile in X.
*
* Results:
* Sets the size, hotspot, and bitmap on success.