2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[#1760] spell checks

This commit is contained in:
Andrei Pavel
2021-03-18 10:22:04 +02:00
parent 756c56506a
commit 1e6da03272
51 changed files with 107 additions and 107 deletions

View File

@@ -505,7 +505,7 @@ variables. It's correct, but not readable. Quote the entire expression.
- Single quote expressions when no variables are inside. This is to avoid the
need to escape special shell characters like `$`.
- All shell tessts are created from `.in` autoconf template files. They
- All shell tests are created from `.in` autoconf template files. They
initially contain template variables like `@prefix@` which are then substituted
with the configured values. All of these should be double quoted, not
single-quoted since they themselves can contain shell variables that need to be