its ==> it's

svn path=/trunk/; revision=47895
This commit is contained in:
Bill Meier 2013-02-26 01:50:44 +00:00
parent 4d9850f689
commit 722b4985f1
1 changed files with 1 additions and 1 deletions

View File

@ -1534,7 +1534,7 @@ pcap_process_pseudo_header(FILE_T fh, int file_type, int wtap_encap,
case WTAP_ENCAP_ETHERNET:
if (file_type == WTAP_FILE_PCAP_NOKIA) {
/*
* Nokia IPSO. Psuedo header has already been read, but its not considered
* Nokia IPSO. Psuedo header has already been read, but it's not considered
* part of the packet size, so reread it to store the data for later (when saving)
*/
if (!pcap_read_nokia_pseudoheader(fh, pseudo_header, err, err_info))