2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#2025] correct spelling errors (minor change)

This commit is contained in:
Andrei Pavel
2021-08-13 14:39:16 +03:00
parent efa104ea26
commit 223e57c34e
10 changed files with 15 additions and 15 deletions

View File

@@ -87,7 +87,7 @@ shrink_tag_column() {
sql="ALTER TABLE $table MODIFY COLUMN tag VARCHAR(64) NOT NULL"
if ! mysql -N -B "${@}" -e "${sql}"
then
printf 'shrink_tag_column: alter quary failed [%s]\n' "${sql}"
printf 'shrink_tag_column: alter query failed [%s]\n' "${sql}"
exit 255
fi
fi