From 44fe180d3eb0e4690cb57386c3fc0726ae98cbe1 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Wed, 2 Nov 2016 21:09:16 -0400 Subject: [PATCH] Fix lintian found "grammar" error "allow to" -> "allowed to" Change-Id: I4dd0e42df00ab27073b55cfce7da173b0e9dab00 Reviewed-on: https://code.wireshark.org/review/18647 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/packet-smb.c | 4 ++-- 1 file 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",