aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mount.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:14:44 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:14:44 +0000
commit5ff944b8aebe937d7deb5b0ab90669438424c36c (patch)
tree9b84020091eab579780ff59f65c4429524b59672 /epan/dissectors/packet-mount.c
parentf4cf9a8803a1ae3dabb7f2004985ab0c7e9010ee (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. svn path=/trunk/; revision=28216
Diffstat (limited to 'epan/dissectors/packet-mount.c')
-rw-r--r--epan/dissectors/packet-mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mount.c b/epan/dissectors/packet-mount.c
index 4e4e9dcf3b..6542639271 100644
--- a/epan/dissectors/packet-mount.c
+++ b/epan/dissectors/packet-mount.c
@@ -650,7 +650,7 @@ static const true_false_string tos_st_nosuid = {
};
static const true_false_string tos_st_notrunc = {
- "Does not trunctate filenames longer than NAME_MAX",
+ "Does not truncate filenames longer than NAME_MAX",
"Truncates filenames longer than NAME_MAX"
};