Add util/openssl-update-copyright shell script
[openssl.git] / util / dofile.pl
index 36827e350ae5c6226b09a032d03e1a32ff2ad660..0f2e8f0b53e2ee2c0103943df244ffe1aac6fa6d 100644 (file)
@@ -106,7 +106,7 @@ sub quotify1 {
 
 # quotify_l LIST
 # For each defined element in LIST (i.e. elements that aren't undef), have
-# it quotified with 'quotofy1'
+# it quotified with 'quotify1'
 sub quotify_l {
     map {
         if (!defined($_)) {