1
0
Fork 0

fix a typo

This commit is contained in:
ehofman 2009-06-22 08:24:24 +00:00 committed by Tim Moore
parent 2d18249ca9
commit c7e1994d7b

View file

@ -79,7 +79,7 @@ void print_binary_protocol(void *id, char *filename, char *dir)
void *xid;
printf("\n%s\n", filename);
printf("Generic binary %s protocol packet descriptopn:\n\n", dir);
printf("Generic binary %s protocol packet description:\n\n", dir);
printf(" pos | size | type | factor | description\n");
printf("-----|------|--------|------------|------------------------\n");
xid = xmlMarkId(id);