summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ui/ui.h
diff options
context:
space:
mode:
authorjmc <>2022-12-26 07:18:53 +0000
committerjmc <>2022-12-26 07:18:53 +0000
commit8144b51086b3c46594192ccbec62762e58d61200 (patch)
tree26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/ui/ui.h
parent54da696f897367a85e20e97a53d29b18b44cf8b7 (diff)
downloadopenbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.gz
openbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.bz2
openbsd-8144b51086b3c46594192ccbec62762e58d61200.zip
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
Diffstat (limited to 'src/lib/libcrypto/ui/ui.h')
-rw-r--r--src/lib/libcrypto/ui/ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ui/ui.h b/src/lib/libcrypto/ui/ui.h
index ee27fd2a49..0f662455ed 100644
--- a/src/lib/libcrypto/ui/ui.h
+++ b/src/lib/libcrypto/ui/ui.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ui.h,v 1.15 2022/12/17 21:59:39 tb Exp $ */ 1/* $OpenBSD: ui.h,v 1.16 2022/12/26 07:18:52 jmc Exp $ */
2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL 2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
3 * project 2001. 3 * project 2001.
4 */ 4 */
@@ -276,7 +276,7 @@ const UI_METHOD *UI_null(void);
276 * display a dialog box after it has been built. 276 * display a dialog box after it has been built.
277 * a reader This function is called to read a given prompt, 277 * a reader This function is called to read a given prompt,
278 * maybe from the tty, maybe from a field in a 278 * maybe from the tty, maybe from a field in a
279 * window. Note that it's called wth all string 279 * window. Note that it's called with all string
280 * structures, not only the prompt ones, so it must 280 * structures, not only the prompt ones, so it must
281 * check such things itself. 281 * check such things itself.
282 * a closer This function closes the session, maybe by closing 282 * a closer This function closes the session, maybe by closing