From 67e3e6ae4afca073858fd2262874bd4cd805b84f Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sun, 12 Sep 2021 20:47:47 +0000 Subject: [PATCH] Fix spelling --- distro/windows/README-Windows.txt | 2 +- easyrsa3/easyrsa | 6 +++--- wop_test.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distro/windows/README-Windows.txt b/distro/windows/README-Windows.txt index 5be84fa..8f4653a 100644 --- a/distro/windows/README-Windows.txt +++ b/distro/windows/README-Windows.txt @@ -107,7 +107,7 @@ Contents of this file: 4.1: mksh/Win32 A special thanks is in order to the mksh/Win32 project and its primary - maintainer, Michael Langguth . This shell offers featurs + maintainer, Michael Langguth . This shell offers features that allow Easy-RSA to run smoothly under Windows; by using mksh/Win32, Easy-RSA can deliver the same PKI flexibility to all major platforms. diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index d0772f1..abc07dd 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -534,7 +534,7 @@ $help_note" # init-pki backend: init_pki() { - # If EASYRSA_PKI exists, confirm before we rm -rf (skiped with EASYRSA_BATCH) + # If EASYRSA_PKI exists, confirm before we rm -rf (skipped with EASYRSA_BATCH) if [ -e "$EASYRSA_PKI" ]; then confirm "Confirm removal: " "yes" " WARNING!!! @@ -935,7 +935,7 @@ $(display_dn req "$req_in") # Add any advanced extensions supplied by env-var: [ -n "$EASYRSA_EXTRA_EXTS" ] && print "$EASYRSA_EXTRA_EXTS" - : # needed to keep die from inherting the above test + : # needed to keep die from inheriting the above test } > "$ext_tmp" || die "\ Failed to create temp extension file (bad permissions?) at: $ext_tmp" @@ -1135,7 +1135,7 @@ input in file: $req_in" [ -f "$file" ] && mv "$file" "$EASYRSA_PKI/revoked/private_by_serial/$cert_serial.$file_ext" done - # remove the dublicate certificate in the certs_by_serial folder + # remove the duplicate certificate in the certs_by_serial folder rm "$crt_by_serial" return 0 diff --git a/wop_test.sh b/wop_test.sh index 800102b..ab25bf5 100644 --- a/wop_test.sh +++ b/wop_test.sh @@ -6,7 +6,7 @@ # project; use with other POSIX shells for Windows may require modification to # this wrapper script. -cd easyrsa3 || { echo "ERROR: Cannot find easyrsa3 direcory"; exit 1; } +cd easyrsa3 || { echo "ERROR: Cannot find easyrsa3 directory"; exit 1; } setup_path="${EASYRSA:-$PWD}" export PATH="$setup_path;$setup_path/bin;$PATH"