diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-06-03 13:44:03 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-06-03 13:44:03 +0900 |
commit | 1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc (patch) | |
tree | bcf6bac3dc4d8e1ce07b6d883b0e30990025f834 /src/common/unicode/generate-norm_test_table.pl | |
parent | 0240a00fbd4fd14f577edf8d36a032237fd0b9cb (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.pl | 2 |
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 { |