aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-08-11 10:15:22 -0400
committerRich Salz <rsalz@openssl.org>2017-08-11 10:16:33 -0400
commit44e699515568abcae0e77d7315f9b5e393daa6d9 (patch)
tree6ae18242aeeab06ea032a3642fcf475835e81c5c /util
parent710769f0a9ed6b758bbf7ffa217c21b47f31a8a6 (diff)
downloadopenssl-44e699515568abcae0e77d7315f9b5e393daa6d9.tar.gz
Fix some Typos and indents
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4108)
Diffstat (limited to 'util')
-rw-r--r--util/dofile.pl2
-rwxr-xr-xutil/find-doc-nits2
-rwxr-xr-xutil/openssl-format-source2
3 files changed, 3 insertions, 3 deletions
diff --git a/util/dofile.pl b/util/dofile.pl
index 8b0c7b41c0..0d05574667 100644
--- a/util/dofile.pl
+++ b/util/dofile.pl
@@ -91,7 +91,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
diff --git a/util/find-doc-nits b/util/find-doc-nits
index 2623d6c958..7f5f1eb06f 100755
--- a/util/find-doc-nits
+++ b/util/find-doc-nits
@@ -289,7 +289,7 @@ sub checkmacros()
}
close(IN);
}
- print "# Found $count macros missing (not all should be documnted)\n"
+ print "# Found $count macros missing (not all should be documented)\n"
}
sub printem()
diff --git a/util/openssl-format-source b/util/openssl-format-source
index 3dcc128a9f..2655e9c400 100755
--- a/util/openssl-format-source
+++ b/util/openssl-format-source
@@ -111,7 +111,7 @@ do
# the process-comments options and then undo that marking, and then
# finally re-run indent without process-comments so the marked-to-
# be-ignored comments we did automatically end up getting moved
- # into the right possition within the code as indent leaves marked
+ # into the right position within the code as indent leaves marked
# comments entirely untouched - we appear to have no way to avoid
# the double processing and get the desired output
cat "$j" | \