From 1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 3 Jun 2019 13:44:03 +0900 Subject: Fix typos in various places Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet --- contrib/citext/expected/citext.out | 2 +- contrib/citext/expected/citext_1.out | 2 +- contrib/citext/sql/citext.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/citext') diff --git a/contrib/citext/expected/citext.out b/contrib/citext/expected/citext.out index 94aba67cdb2..96800be9c03 100644 --- a/contrib/citext/expected/citext.out +++ b/contrib/citext/expected/citext.out @@ -2609,7 +2609,7 @@ SELECT citext_pattern_ge('b'::citext, 'A'::citext) AS true; t (1 row) --- 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 ~<=~ SELECT 'a'::citext ~<~ 'B'::citext AS t; diff --git a/contrib/citext/expected/citext_1.out b/contrib/citext/expected/citext_1.out index 187d3b5d2c6..33e3676d3c4 100644 --- a/contrib/citext/expected/citext_1.out +++ b/contrib/citext/expected/citext_1.out @@ -2609,7 +2609,7 @@ SELECT citext_pattern_ge('b'::citext, 'A'::citext) AS true; t (1 row) --- 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 ~<=~ SELECT 'a'::citext ~<~ 'B'::citext AS t; 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 ~<=~ -- cgit v1.2.3