aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/ui.h')
-rw-r--r--include/openssl/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ui.h b/include/openssl/ui.h
index 17c2254d88..3d1507ee00 100644
--- a/include/openssl/ui.h
+++ b/include/openssl/ui.h
@@ -128,7 +128,7 @@ void UI_free(UI *ui);
added, so the result is *not* a string.
On success, the all return an index of the added information. That index
- is usefull when retrieving results with UI_get0_result(). */
+ is useful when retrieving results with UI_get0_result(). */
int UI_add_input_string(UI *ui, const char *prompt, int flags,
char *result_buf, int minsize, int maxsize);
int UI_dup_input_string(UI *ui, const char *prompt, int flags,