# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1612952791 0 # Node ID f6a6ea6b28fe57c8fa0499b77d24b5c1800ed58d # Parent 5df7b1431d1a42df19e0a2bc283b4a0aed2f45c3 Fix a minor typo. diff -r 5df7b1431d1a -r f6a6ea6b28fe gtk4/dw.c --- 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 * ... */