Fix typo.

Change-Id: I417de6124925dbfd9599ec7e90e287eb971457a3
Reviewed-on: https://code.wireshark.org/review/11687
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-11-10 10:01:49 -08:00
parent 6ae50ebf28
commit e2193fe6fd
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ get_write_error_string(const merge_in_file_t *in_file, const int file_type,
/*
* Merges the files base don given input, and invokes callback during
* Merges the files based on given input, and invokes callback during
* execution. Returns MERGE_OK on success, or a MERGE_ERR_XXX on failure; note
* that the passed-in 'err' variable will be more specific to what failed, and
* err_info will have pretty output.