diff options
Diffstat (limited to 'strings/strappend.c')
-rw-r--r-- | strings/strappend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strappend.c b/strings/strappend.c index 2d04f009a60..b469e7488cb 100644 --- a/strings/strappend.c +++ b/strings/strappend.c @@ -33,7 +33,7 @@ strappend(dest, len, fill) appends fill-characters to a string so that the result length == len. If the string is longer than len it's - trunked. The des+len character is allways set to NULL. + trunked. The des+len character is always set to NULL. */ #include "strings_def.h" |