From 69d54d6f8e668b6018375121ea2afb99f3dd0177 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Sun, 19 Dec 2021 21:40:23 -0500 Subject: Corrects repeated words throughout the code. Repeated words were found with: egrep "(\b[a-zA-Z]+) +\1\b" . -Ir and then manually reviewed. Non-displayed strings (e.g., in comments) were also corrected, to ease future review. --- epan/dissectors/packet-kt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-kt.c') diff --git a/epan/dissectors/packet-kt.c b/epan/dissectors/packet-kt.c index 94c77493fa..aef22466e9 100644 --- a/epan/dissectors/packet-kt.c +++ b/epan/dissectors/packet-kt.c @@ -35,7 +35,7 @@ static int proto_kt = -1; * for which it has been written, the way it has been written makes * dissection a bit tricky. Requests and responses have the same * "magic" identifier, but there is no clear cut way to distinguish - * between them. This means that a few dirty tricks have have to be + * between them. This means that a few dirty tricks have to be * employed for dissecting... and the dissector is based on sample * captures from two different clients working with the same version * of the server. -- cgit v1.2.3