Fix some typos (found by codespell) (#160)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
committed by
Steven G. Johnson
parent
0dc0fcf8db
commit
20672dba69
@@ -41,7 +41,7 @@ int main(int argc, char **argv)
|
||||
|
||||
/* ICU's insane normalization API requires you to
|
||||
know the size of the destination buffer in advance,
|
||||
or alternatively to repeatly try normalizing and
|
||||
or alternatively to repeatedly try normalizing and
|
||||
double the buffer size until it succeeds. Here, I just
|
||||
allocate a huge destination buffer to avoid the issue. */
|
||||
UChar *udest = (UChar*) malloc(10*ulen * sizeof(UChar));
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* comparitive benchmark of GNU libunistring */
|
||||
/* comparative benchmark of GNU libunistring */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user