spelling/grammar fixes

pull/89/head
connerwolfssl 2018-03-22 11:03:12 -06:00
parent 76facfed23
commit 9fc65fd8c7
2 changed files with 2 additions and 2 deletions

View File

@ -457,7 +457,7 @@ int wolfCLU_getAlgo(char* name, char** alg, char** mode, int* size)
else if (strcmp(*alg, "camellia") == 0) {
#ifndef HAVE_CAMELIA
printf("CAMELIA not compile in.\n");
printf("CAMELIA not compiled in.\n");
return NOT_COMPILED_IN;
#else
ret = CAMELLIA_BLOCK_SIZE;

View File

@ -159,7 +159,7 @@ int wolfCLU_parseFile(char* infile, int inform, char* outfile, int outform,
goto clu_parse_cleanup;
}
/* write the result of conversion to the outfile specifile */
/* write the result of conversion to the outfile specified */
ret = fwrite(outBuf, 1, outBufSz, outstream);
if (ret <= 0) {
wolfCLU_freeBins(inBuf, outBuf, NULL, NULL, NULL);