aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-05-13 15:39:43 +0000
committerBill Meier <wmeier@newsguy.com>2011-05-13 15:39:43 +0000
commit6e272a624a379e2653acefebf18ff48d146e58af (patch)
tree0b16c73ca201e5574b17aad8a3ad843725f1dc47 /epan
parent59ca569c41a69fc27e00e06f45483357b88b19ab (diff)
(Trivial) fix a spelling error.
svn path=/trunk/; revision=37126
Diffstat (limited to 'epan')
-rw-r--r--epan/value_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/value_string.h b/epan/value_string.h
index e47fcd44c4..38b97a011c 100644
--- a/epan/value_string.h
+++ b/epan/value_string.h
@@ -126,7 +126,7 @@ typedef struct _value_string_ext {
const gchar *_vs_name; /* vse "Name" (for error messages) */
} value_string_ext;
-/* "Acessors" */
+/* "Accessors" */
#define VALUE_STRING_EXT_VS_P(x) (x)->_vs_p
#define VALUE_STRING_EXT_VS_NUM_ENTRIES(x) (x)->_vs_num_entries
#define VALUE_STRING_EXT_VS_NAME(x) (x)->_vs_name