From 595a01fb1b9a6397a72fb5f21a0754ad636380bc Mon Sep 17 00:00:00 2001 From: leitner Date: Wed, 3 Sep 2014 11:15:21 +0000 Subject: [PATCH] fix copy/paste error --- stralloc/stralloc_copym.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stralloc/stralloc_copym.3 b/stralloc/stralloc_copym.3 index bd5ca9b..b100b63 100644 --- a/stralloc/stralloc_copym.3 +++ b/stralloc/stralloc_copym.3 @@ -6,7 +6,7 @@ stralloc_copym \- copy string(s) to a stralloc int \fBstralloc_copym\fP(stralloc* \fIsa\fR,const char* \fIs\fR, ...); .SH DESCRIPTION -stralloc_cats copies \\0-terminated strings from \fIs\fR... to \fIsa\fR, +stralloc_copym copies \\0-terminated strings from \fIs\fR... to \fIsa\fR, allocating space if necessary, and returns 1. If there is data in the \fIsa\fR, it is cleared first.