summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-07-02 12:11:32 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-07-02 12:15:28 +0300
commit6c29ef48811d33fece01962b3be72511f1b1014e (patch)
treebab0b1023ca4a6b8d56ba82f4fdf8a76bd77959e
parente1d273efde7828947e52bb531851f67f91c628c3 (diff)
Use American spelling for "behavior".
For consistency with the rest of the docs. Michael Paquier
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
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</>.