summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-07-10 16:46:57 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-07-10 16:46:57 +0200
commitf3af2bebb370f7b2726f884b0708c0ae7f4d7f56 (patch)
tree115be3bbce8303ff3a1cd7ab65ddcef37e955274 /cmake
parent83322579a91db449738c80c9637d9ba0df9fceb8 (diff)
downloadtcpdump-f3af2bebb370f7b2726f884b0708c0ae7f4d7f56.tar.gz
Fix a typo
[skip ci]
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindPCAP.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindPCAP.cmake b/cmake/Modules/FindPCAP.cmake
index 220ab95c..11074655 100644
--- a/cmake/Modules/FindPCAP.cmake
+++ b/cmake/Modules/FindPCAP.cmake
@@ -86,7 +86,7 @@ else(WIN32)
# pkg_search_module() would do this for us, but, for now,
# we're not doing that, in case somebody's building with
# CMake on some "long-term support" version, predating
- # CMake 3.1, of an OS that that supplies an earlier
+ # CMake 3.1, of an OS that supplies an earlier
# version as a package.
#
# If we ever set a minimum of 3.1 or later on UN*X, we should