From 7d6b8f7158f0ea2e55b42c1db1d31991e3c67572 Mon Sep 17 00:00:00 2001
From: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: Wed, 27 Feb 2013 21:50:15 +0200
Subject: [PATCH] Remove spurious "the", and add a missing one.

Thom Brown and me.
---
 doc/src/sgml/ref/copy.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index 2854d9c0ca6..472033dd1a7 100644
--- a/doc/src/sgml/ref/copy.sgml
+++ b/doc/src/sgml/ref/copy.sgml
@@ -422,7 +422,7 @@ COPY <replaceable class="parameter">count</replaceable>
 
    <para>
     Executing a command with <literal>PROGRAM</literal> might be restricted
-    by operating system's access control mechanisms, such as the SELinux.
+    by the operating system's access control mechanisms, such as SELinux.
    </para>
 
    <para>
-- 
GitLab