From c257f61f1082d19c7b6f81454fcb543b950d60eb Mon Sep 17 00:00:00 2001 From: agnosticdev Date: Thu, 20 Sep 2018 05:23:27 -0500 Subject: typo-fixes: miscellaneous typo fixes Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7277) (cherry picked from commit 46d085096c6ead624c61e4b8b301421301511e64) --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/ca.c') diff --git a/apps/ca.c b/apps/ca.c index 48f7cd1973..847809a513 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -605,7 +605,7 @@ end_of_options: /* * outdir is a directory spec, but access() for VMS demands a * filename. We could use the DEC C routine to convert the - * directory syntax to Unixly, and give that to app_isdir, + * directory syntax to Unix, and give that to app_isdir, * but for now the fopen will catch the error if it's not a * directory */ -- cgit v1.2.3