aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mount.c
diff options
context:
space:
mode:
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"
};