31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From fa4de3c9d85a310248bae516ed4535773885845b Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= <cgzones@googlemail.com>
|
|
Date: Tue, 8 Jun 2021 17:36:44 +0200
|
|
Subject: [PATCH] libselinux: fix typo
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
|
|
Acked-by: Petr Lautrbach <plautrba@redhat.com>
|
|
---
|
|
libselinux/src/regex.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libselinux/src/regex.h b/libselinux/src/regex.h
|
|
index 10c3df7856e1..2dfa25342034 100644
|
|
--- a/libselinux/src/regex.h
|
|
+++ b/libselinux/src/regex.h
|
|
@@ -44,7 +44,7 @@ struct mmap_area;
|
|
char const *regex_arch_string(void) ;
|
|
|
|
/**
|
|
- * regex_verison returns the version string of the underlying regular
|
|
+ * regex_version returns the version string of the underlying regular
|
|
* regular expressions library. In the case of PCRE it just returns the
|
|
* result of pcre_version(). In the case of PCRE2, the very first time this
|
|
* function is called it allocates a buffer large enough to hold the version
|
|
--
|
|
2.32.0
|
|
|