summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2019-06-19 20:09:29 +0000
committerPeter Eisentraut2019-06-24 20:50:56 +0000
commiteb8d05bfeca416a970cc33af5915ec7b4f4a2f69 (patch)
treeba1107a3f5604bd910adc27d5fa13abddb53eb5e
parentf946a409143d01951411382fbc3c91c7eb640094 (diff)
Correct script name in README file
-rw-r--r--src/common/unicode/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/README b/src/common/unicode/README
index 7c1c433b61e..5aa79044d36 100644
--- a/src/common/unicode/README
+++ b/src/common/unicode/README
@@ -10,7 +10,7 @@ Generating unicode_norm_table.h
1. Download the Unicode data file, UnicodeData.txt, from the Unicode
consortium and place it to the current directory. Run the perl script
-"norm_test_generate.pl", to process it, and to generate the
+"generate-unicode_norm_table.pl", to process it, and to generate the
"unicode_norm_table.h" file. The Makefile contains a rule to download the
data files if they don't exist.