changeset 448:57a3472131fd

Typofix.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Oct 2017 21:47:30 +0300
parents 6776928afca1
children eb78997a7574
files th_string.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);