From 29e2270dd612cdd43a80910003051e418b88af39 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sat, 28 Jun 2025 17:15:22 -0700 Subject: [PATCH] unicode: fix typo --- unicode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicode b/unicode index ba69aaf..d6460bb 100755 --- a/unicode +++ b/unicode @@ -511,7 +511,7 @@ Cannot find UnicodeData.txt, please place it into working directory (optionally you can gzip, bzip2 or xz it). Without the file, searching will be much slower, using internal version {} -You can donwload the file from {} (or replace {} with current Unicode version); or run {} --download +You can download the file from {} (or replace {} with current Unicode version); or run {} --download """.format(unicodedata.unidata_version, get_unicodedata_url(), get_unicode_cur_version(), sys.argv[0]))