From 801ff8319f1573f5cf0324d6de4c323383ae429e Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 20 Nov 2013 18:13:05 +0100 Subject: ta: fix typo in comment --- ta/ta_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ta') diff --git a/ta/ta_utils.c b/ta/ta_utils.c index 19ab77a733..4d1e73fab6 100644 --- a/ta/ta_utils.c +++ b/ta/ta_utils.c @@ -241,7 +241,7 @@ bool ta_vasprintf_append(char **str, const char *fmt, va_list ap) /* Append the formatted string at the end of the allocation of *str. It * overwrites the last byte of the allocation too (which is assumed to be the - * '\0' terminating the sttring). Compared to ta_asprintf_append(), this is + * '\0' terminating the string). Compared to ta_asprintf_append(), this is * useful if you know that the string ends with the allocation, so that the * extra strlen() can be avoided for better performance. * Returns false on OOM or snprintf() errors, with *str left untouched. -- cgit v1.2.3