summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-11-11 19:03:10 -0500
committerRich Salz <rsalz@openssl.org>2017-11-11 19:03:10 -0500
commit46f4e1bec51dc96fa275c168752aa34359d9ee51 (patch)
treec80b737d1fff479fd88f6c41175187ebad868299 /include
parentb4d0fa49d9d1a43792e58b0c8066bb23b9e53ef4 (diff)
downloadopenssl-new-46f4e1bec51dc96fa275c168752aa34359d9ee51.tar.gz
Many spelling fixes/typo's corrected.
Around 138 distinct errors found and fixed; thanks! Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3459)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/engine.h2
-rw-r--r--include/openssl/ui.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index 760281e65a..9f5975722b 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -401,7 +401,7 @@ int ENGINE_register_complete(ENGINE *e);
int ENGINE_register_all_complete(void);
/*
- * Send parametrised control commands to the engine. The possibilities to
+ * Send parameterised control commands to the engine. The possibilities to
* send down an integer, a pointer to data or a function pointer are
* provided. Any of the parameters may or may not be NULL, depending on the
* command number. In actuality, this function only requires a structural
diff --git a/include/openssl/ui.h b/include/openssl/ui.h
index a0246745bf..1da1ccb480 100644
--- a/include/openssl/ui.h
+++ b/include/openssl/ui.h
@@ -181,7 +181,7 @@ int UI_get_result_length(UI *ui, int i);
int UI_process(UI *ui);
/*
- * Give a user interface parametrised control commands. This can be used to
+ * Give a user interface parameterised control commands. This can be used to
* send down an integer, a data pointer or a function pointer, as well as be
* used to get information from a UI.
*/