# HG changeset patch # User Matti Hamalainen # Date 1508957250 -10800 # Node ID 57a3472131fd7b70fc586f55c7cf6d56b9f9b9ff # Parent 6776928afca16114c9fe148004b9451029aa4316 Typofix. diff -r 6776928afca1 -r 57a3472131fd th_string.h --- a/th_string.h Wed Oct 25 18:25:21 2017 +0300 +++ b/th_string.h Wed Oct 25 21:47:30 2017 +0300 @@ -83,7 +83,7 @@ } th_vprintf_ctx; -/** @def putch() helper function typedef for pnternal printf() implementation +/** @def putch() helper function typedef for internal printf() implementation */ typedef int (*th_vprintf_putch)(th_vprintf_ctx *ctx, const char ch);