diff options
author | Andrei Pavel <andrei@isc.org> | 2021-01-22 00:36:41 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-01-25 12:52:09 +0100 |
commit | 96f049b111ba175c74397d79ab6aff574ece900d (patch) | |
tree | 314f11706d923f372c8edc6b89b0e7906c524db1 /tools/add-config-h.sh | |
parent | [#1656] 1.9.4 release: dos2unix SVGs (diff) | |
download | kea-96f049b111ba175c74397d79ab6aff574ece900d.tar.xz kea-96f049b111ba175c74397d79ab6aff574ece900d.zip |
[#1656] 1.9.4 release: spelling check
Diffstat (limited to 'tools/add-config-h.sh')
-rwxr-xr-x | tools/add-config-h.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/add-config-h.sh b/tools/add-config-h.sh index 6ba2d6693c..dcd8d7a34c 100755 --- a/tools/add-config-h.sh +++ b/tools/add-config-h.sh @@ -16,7 +16,7 @@ # shellcheck disable=SC1004 # SC1004: This backslash+linefeed is literal. Break outside single quotes if you # just want to break the line. -# Reason: blackslash+linefeed inside single quotes in sed are needed for +# Reason: backslash+linefeed inside single quotes in sed are needed for # POSIX-compliance. \n works only with GNU sed. # Exit with error if commands exit with non-zero and if undefined variables are |