From 6ea4da6e4d03cd9591805e166cfd94a374c33628 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 15 Jun 2023 08:36:35 +0200 Subject: Fix new typos found by codespell Reviewed-by: Tom Cosgrove Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/21210) --- util/ctags.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util') diff --git a/util/ctags.sh b/util/ctags.sh index c3cc2bc3c8..60fa536929 100755 --- a/util/ctags.sh +++ b/util/ctags.sh @@ -53,14 +53,14 @@ fi { # At the first pass, ctags should not be affected by personal - # configration files. So --options=NONE is passed. + # configuration files. So --options=NONE is passed. # # However, if the option is passed, ctags doesn't load the project - # default configration files under $project/.ctags.d. So we load - # the project default configration files, add-dir.ctags and + # default configuration files under $project/.ctags.d. So we load + # the project default configuration files, add-dir.ctags and # exclude.ctags, explicitly. # - # openssl-stage1 contains a configration file specialized to + # openssl-stage1 contains a configuration file specialized to # extract macro definitions. It should not be used in normal ctags # usage. $CTAGS --quiet --options=NONE \ -- cgit v1.2.3