summaryrefslogtreecommitdiff
path: root/src/common/unicode/generate-norm_test_table.pl
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-06-03 13:44:03 +0900
committerMichael Paquier <michael@paquier.xyz>2019-06-03 13:44:03 +0900
commit1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc (patch)
treebcf6bac3dc4d8e1ce07b6d883b0e30990025f834 /src/common/unicode/generate-norm_test_table.pl
parent0240a00fbd4fd14f577edf8d36a032237fd0b9cb (diff)
Fix typos in various places
Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet
Diffstat (limited to 'src/common/unicode/generate-norm_test_table.pl')
-rw-r--r--src/common/unicode/generate-norm_test_table.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/generate-norm_test_table.pl b/src/common/unicode/generate-norm_test_table.pl
index bb19786f0c2..3ff5ee3c5ed 100644
--- a/src/common/unicode/generate-norm_test_table.pl
+++ b/src/common/unicode/generate-norm_test_table.pl
@@ -56,7 +56,7 @@ HEADER
print $OUTPUT
"static const pg_unicode_test UnicodeNormalizationTests[] =\n{\n";
-# Helper routine to conver a space-separated list of Unicode characters to
+# Helper routine to convert a space-separated list of Unicode characters to
# hexadecimal list format, suitable for outputting in a C array.
sub codepoint_string_to_hex
{