summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/util/dofile.pl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/util/dofile.pl')
-rw-r--r--deps/openssl/openssl/util/dofile.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/openssl/openssl/util/dofile.pl b/deps/openssl/openssl/util/dofile.pl
index 4533c135a3..c3bc9ba9d6 100644
--- a/deps/openssl/openssl/util/dofile.pl
+++ b/deps/openssl/openssl/util/dofile.pl
@@ -92,7 +92,7 @@ package main;
# Helper functions for the templates #################################
# It might be practical to quotify some strings and have them protected
-# from possible harm. These functions primarly quote things that might
+# from possible harm. These functions primarily quote things that might
# be interpreted wrongly by a perl eval.
# quotify1 STRING
@@ -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($_)) {