From 7f3c1a30661586fe958a67707be0a45f870b7d91 Mon Sep 17 00:00:00 2001 From: Jerin Philip Date: Mon, 18 Mar 2024 18:47:08 +0530 Subject: [PATCH] Fix minor typo --- cmake/FindPCRE2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindPCRE2.cmake b/cmake/FindPCRE2.cmake index d445305..56aa7d2 100644 --- a/cmake/FindPCRE2.cmake +++ b/cmake/FindPCRE2.cmake @@ -1,4 +1,4 @@ -# Depending on the value of SLIMT_USE_INTERNAL_PRCRE2 this cmake file either +# Depending on the value of SLIMT_USE_INTERNAL_PCRE2 this cmake file either # tries to find the Perl Compatible Regular Expresison library (pcre2) on the # system (when OFF), or downloads and compiles them locally (when ON).