From c7ea445a0e0ddafbfe82efe61c71f0353bc15e5e Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@debian.org>
Date: Wed, 14 Nov 2012 21:41:31 +0100
Status: applied
Subject: [PATCH 3/4] libselinux: Fix typo in man page

Signed-off-by: Guillem Jover <guillem@debian.org>
---
 libselinux/man/man3/selinux_status_open.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libselinux/man/man3/selinux_status_open.3 b/libselinux/man/man3/selinux_status_open.3
index 014314e..f779dd9 100644
--- a/libselinux/man/man3/selinux_status_open.3
+++ b/libselinux/man/man3/selinux_status_open.3
@@ -27,7 +27,7 @@ placed on
 entry. It enables userspace applications to mmap this page with read-only
 mode, then it informs some status without system call invocations.
 .sp
-In some cases that a userspace application tries to apply heavy frequest
+In some cases that a userspace application tries to apply heavy frequent
 access control; such as row-level security in databases, it will face
 unignorable cost to communicate with kernel space to check invalidation
 of userspace avc.
-- 
1.8.0

