aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-11-02 21:09:16 -0400
committerMichael Mann <mmann78@netscape.net>2016-11-03 02:30:19 +0000
commit44fe180d3eb0e4690cb57386c3fc0726ae98cbe1 (patch)
treeac89050d47246eaa28887d021198b26d811a7e07
parenteb56b7172d33605cbb969afd91beb302f89013ed (diff)
Fix lintian found "grammar" error "allow to" -> "allowed to"
Change-Id: I4dd0e42df00ab27073b55cfce7da173b0e9dab00 Reviewed-on: https://code.wireshark.org/review/18647 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-smb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c
index dae5abfd09..0b354129c7 100644
--- a/epan/dissectors/packet-smb.c
+++ b/epan/dissectors/packet-smb.c
@@ -7440,8 +7440,8 @@ static const value_string connect_support_csc_mask_vals[] = {
{0, NULL}
};
static const true_false_string tfs_connect_support_uniquefilename = {
- "Client allow to cache share namespaces",
- "Client NOT allow to cache share namespaces"
+ "Client allowed to cache share namespaces",
+ "Client NOT allowed to cache share namespaces"
};
static const true_false_string tfs_connect_support_extended_signature = {
"Extended signature",