changeset 2311:f6a6ea6b28fe

Fix a minor typo.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 10 Feb 2021 10:26:31 +0000
parents 5df7b1431d1a
children ada8f7610df0
files gtk4/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk4/dw.c	Wed Feb 10 10:18:10 2021 +0000
+++ b/gtk4/dw.c	Wed Feb 10 10:26:31 2021 +0000
@@ -48,7 +48,7 @@
  * #define _DW_SINGLE_THREADED to disable thread safety encapsulation.
  * Parameters converted to a pointer array: 
  * [0] Pointer to the thread's event semaphore
- * [1] Pointer to the funtion's return value
+ * [1] Pointer to the function's return value
  * [2] Pointer to function parameter 1
  * ...
  */