🙈 Add cspell to gitignore and fix typos
This commit is contained in:
parent
cbf60575df
commit
15ca59a6a6
5 changed files with 24 additions and 5 deletions
|
@ -55,7 +55,7 @@ void xdelta3Init(char* prevFile) {
|
|||
}
|
||||
|
||||
|
||||
/** Supplies the given input buffer to xdelta3 and undiffs the data. */
|
||||
/** Supplies the given input buffer to xdelta3 and will undiff the data. */
|
||||
void xdelta3AddInput(unsigned char* inputBuffer, unsigned int inputLength, bool isLastPart, FILE* targetFile) {
|
||||
xd3_avail_input(&stream, inputBuffer, inputLength);
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
/** Initializes xdelta3 with the given previous file */
|
||||
void xdelta3Init(char* prevFile);
|
||||
|
||||
/** Supplies the given input buffer to xdelta3 and undiffs the data. */
|
||||
/** Supplies the given input buffer to xdelta3 and will undiff the data. */
|
||||
void xdelta3AddInput(unsigned char* inputBuffer, unsigned int inputLength, bool isLastPart, FILE* targetFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue