diff --git a/reference/pcre/pattern.syntax.xml b/reference/pcre/pattern.syntax.xml
index 48f3b1d8c8..02f837ef6a 100644
--- a/reference/pcre/pattern.syntax.xml
+++ b/reference/pcre/pattern.syntax.xml
@@ -600,7 +600,7 @@
regexp metacharacters in the pattern. For example:
\w+\Q.$.\E$ will match one or more word characters,
followed by literals .$. and anchored at the end of
- the string. Note that this does not change the behaviour of
+ the string. Note that this does not change the behavior of
delimiters; for instance the pattern #\Q#\E#$
is not valid, because the second # marks the end
of the pattern, and the \E# is interpreted as invalid