spelling/grammar fixes
parent
76facfed23
commit
9fc65fd8c7
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue