summaryrefslogtreecommitdiff
path: root/src/common/unicode/generate-norm_test_table.pl
diff options
context:
space:
mode:
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
{