From f3af2bebb370f7b2726f884b0708c0ae7f4d7f56 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sun, 10 Jul 2022 16:46:57 +0200 Subject: Fix a typo [skip ci] --- cmake/Modules/FindPCAP.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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 -- cgit v1.2.1