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>
This commit is contained in:
Michael Mann 2016-11-02 21:09:16 -04:00
parent eb56b7172d
commit 44fe180d3e
1 changed files with 2 additions and 2 deletions

View File

@ -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",