Fix typos, clean up a message.

svn path=/trunk/; revision=25835
This commit is contained in:
Guy Harris 2008-07-25 23:34:15 +00:00
parent 8db1e7a8b2
commit 5b836ec674
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static void dissect_user(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree) {
}
if (!encap) {
char* msg = ep_strdup_printf("user encap not hanlded: DLT=%d, check you Preferences->Protocols->DLT_USER",
char* msg = ep_strdup_printf("User encapsulation not handled: DLT=%d, check your Preferences->Protocols->DLT_USER",
pinfo->match_port + 147 - WTAP_ENCAP_USER0);
proto_item* item = proto_tree_add_text(tree, tvb, 0, 0, msg);