From 5b1b6bf49b44f9b26f0c9eb6d97e84973e71a0ae Mon Sep 17 00:00:00 2001
From: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: Thu, 2 Jul 2015 12:11:32 +0300
Subject: [PATCH] Use American spelling for "behavior".

For consistency with the rest of the docs.

Michael Paquier
---
 doc/src/sgml/func.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index d49cd434282..99923f46bca 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -17851,7 +17851,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
 
    <para>
     All of these functions take an optional <parameter>missing_ok</> parameter,
-    which specifies the behaviour when the file or directory does not exist.
+    which specifies the behavior when the file or directory does not exist.
     If <literal>true</literal>, the function returns NULL (except
     <function>pg_ls_dir</>, which returns an empty result set). If
     <literal>false</>, an error is raised. The default is <literal>false</>.
-- 
GitLab