aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-21 23:15:59 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-21 23:15:59 +0000
commitcc6754d659239dc7a1265351be5ee5c4a30171a2 (patch)
tree1300662c3072c2f0ae67fc5b0ae73a183b7ac1ca
parent94e550fe69ae9f2c1a33be6a98d6a99ff0fa4208 (diff)
Fix a typo.
svn path=/trunk/; revision=12062
-rw-r--r--epan/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index aa3d23e88d..af7c14537e 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -2553,7 +2553,7 @@ proto_register_field_array(int parent, hf_register_info *hf, int num_records)
proto = find_protocol_by_id(parent);
for (i = 0; i < num_records; i++, ptr++) {
/*
- * Make sure we haven't registed this yet.
+ * Make sure we haven't registered this yet.
* Most fields have variables associated with them
* that are initialized to -1; some have array elements,
* or possibly uninitialized variables, so we also allow