fix typo
authorJames Muir <james@openssl.org>
Thu, 23 Nov 2023 13:24:18 +0000 (08:24 -0500)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 Jan 2024 09:49:32 +0000 (10:49 +0100)
"copryight" -> "copyright"

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/tools/pull/173)

release-tools/do-copyright-year

index 6179daa5edee0d985df284aae69756eda17d1e07..dd79df5477db4123459b74ca446c120d45701f59 100755 (executable)
@@ -74,7 +74,7 @@ process_files() {
     endspin "Files considered: $count"
 }
 
-echo Updating copryight
+echo Updating copyright
 collect_files | process_files
 echo Files changed: $(git status --porcelain --untracked-files=no --ignore-submodules=all | grep '^ *M' | wc -l)
 rm -f $ss