protobuf: fix typo

mssage => message
This commit is contained in:
Alexis La Goutte 2023-01-17 09:43:46 +00:00
parent a65f332abd
commit 6c2b80788d
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ protobuf_dissect_field_value(proto_tree *value_tree, tvbuff_t *tvb, guint offset
} else if (hf_id_ptr) {
proto_tree_add_bytes_format_value(pbf_tree, *hf_id_ptr, tvb, offset, length, NULL, "(%u bytes)", length);
} else {
/* we don't continue with unknown mssage type */
/* we don't continue with unknown message type */
}
break;