aboutsummaryrefslogtreecommitdiff
path: root/contrib/citext/sql/citext.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/citext/sql/citext.sql')
-rw-r--r--contrib/citext/sql/citext.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/citext/sql/citext.sql b/contrib/citext/sql/citext.sql
index 0cc909eb52a..261b73cfa6c 100644
--- a/contrib/citext/sql/citext.sql
+++ b/contrib/citext/sql/citext.sql
@@ -810,7 +810,7 @@ SELECT citext_pattern_ge('b'::citext, 'a'::citext) AS true;
SELECT citext_pattern_ge('B'::citext, 'a'::citext) AS true;
SELECT citext_pattern_ge('b'::citext, 'A'::citext) AS true;
--- Multi-byte tests below are diabled like the sanity tests above.
+-- Multi-byte tests below are disabled like the sanity tests above.
-- Uncomment to run them.
-- Test ~<~ and ~<=~