X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=string.c;h=fb23d93b29081eb549e4112d0c60f2600c93e9ed;hp=f0524004b1252c4449b0ffe3d29042662735f58e;hb=cd5cfb4c2dbbf5615c78d1e439f0cbfb08437b43;hpb=0ce992a299e8b69a41cb2fb748bd19aee1fe323b diff --git a/string.c b/string.c index f052400..fb23d93 100644 --- a/string.c +++ b/string.c @@ -220,7 +220,7 @@ __must_check int atoi64(const char *str, int64_t *result) * \param argv_ptr Pointer to the list of substrings. * \param delim Delimiter. * - * This function modifies \a args by replacing each occurance of \a delim by + * This function modifies \a args by replacing each occurrence of \a delim by * zero. A \p NULL terminated array of pointers to char* is allocated dynamically * and these pointers are initialized to point to the broken-up substrings * within \a args. A pointer to this array is returned via \a argv_ptr.