From: Francois-Xavier Le Bail Date: Sun, 10 Jul 2022 14:46:57 +0000 (+0200) Subject: Fix a typo X-Git-Tag: tcpdump-4.99.2~92 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/58e208bdce78f2074c315b7efb9bda015af2f90b Fix a typo [skip ci] (cherry picked from commit f3af2bebb370f7b2726f884b0708c0ae7f4d7f56) --- 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