summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-06-15 08:36:35 +0200
committerPauli <pauli@openssl.org>2023-06-18 16:53:09 +1000
commit6ea4da6e4d03cd9591805e166cfd94a374c33628 (patch)
treeb96d170dea13d0875147923b0df48c18072af842 /util
parent6c0ecc2bce64cc86948a51f80f832b5e48a9ebea (diff)
Fix new typos found by codespell
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21210)
Diffstat (limited to 'util')
-rwxr-xr-xutil/ctags.sh8
1 files changed, 4 insertions, 4 deletions
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 \