aboutsummaryrefslogtreecommitdiff
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 a5fedb5..fd8f898 100644
--- a/include/openssl/ui.h
+++ b/include/openssl/ui.h
@@ -207,7 +207,7 @@ const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth);
UI_METHOD *UI_OpenSSL(void);
/*
- * NULL method. Literarily does nothing, but may serve as a placeholder
+ * NULL method. Literally does nothing, but may serve as a placeholder
* to avoid internal default.
*/
const UI_METHOD *UI_null(void);