fix copy/paste error

master
Felix von Leitner 2014-09-03 11:15:21 +00:00
parent c7654a4040
commit 51b2c32c72
1 changed files with 1 additions and 1 deletions

View File

@ -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.