Fix typo.

svn path=/trunk/; revision=42239
This commit is contained in:
Michael Tüxen 2012-04-25 19:21:25 +00:00
parent 27a21cd04d
commit 4088083ae6
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ main(int argc, char *argv[])
int i;
shb_hdr = g_new(wtapng_section_t,1);
comment_gstr = g_string_new("File created my merging: \n");
comment_gstr = g_string_new("File created by merging: \n");
for (i = 0; i < in_file_count; i++) {
g_string_append_printf(comment_gstr, "File%d: %s \n",i+1,in_files[i].filename);