aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-12-07 18:47:03 +0000
committerGerald Combs <gerald@wireshark.org>2007-12-07 18:47:03 +0000
commitfcadd9d59ffff88e3fa1e82b46c1d0fde76d80f3 (patch)
treee4bfc8e5f0a515f2083921c235cb2fb4b4ec90ae /epan/oids.c
parent6a208e8ffecddaedcc34533b051bdd42b7cd53c4 (diff)
Fix a typo.
svn path=/trunk/; revision=23793
Diffstat (limited to 'epan/oids.c')
-rw-r--r--epan/oids.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/oids.c b/epan/oids.c
index b6f0d00723..247e18b40a 100644
--- a/epan/oids.c
+++ b/epan/oids.c
@@ -101,7 +101,7 @@ static oid_info_t* add_oid(const char* name, oid_kind_t kind, const oid_value_ty
if (i == oid_len) {
if (n->name) {
if (!g_str_equal(n->name,name)) {
- D(2,("Renaming Oid from: %s -> %s, this menas the same oid is registered more than once",n->name,name));
+ D(2,("Renaming Oid from: %s -> %s, this means the same oid is registered more than once",n->name,name));
}
g_free(n->name);
}
@@ -666,7 +666,6 @@ void register_mibs(void) {
}
}
}
-
}
}