From: Josh Soref Date: Sun, 23 Jul 2017 20:22:21 +0000 (-0400) Subject: spelling: schema X-Git-Tag: trac5124a_base~35^2~43 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba064b8ac72712b82d920637127178bd67600600;p=thirdparty%2Fkea.git spelling: schema --- diff --git a/src/bin/admin/tests/pgsql_tests.sh.in b/src/bin/admin/tests/pgsql_tests.sh.in index 0c9a4323ff..01deb1d7b5 100644 --- a/src/bin/admin/tests/pgsql_tests.sh.in +++ b/src/bin/admin/tests/pgsql_tests.sh.in @@ -200,7 +200,7 @@ pgsql_upgrade_2_0_to_3_0() { } pgsql_upgrade_3_0_to_3_1() { - # Verify upgraded schemd reports version 3.1. + # Verify upgraded schema reports version 3.1. version=$(${keaadmin} lease-version pgsql -u $db_user -p $db_password -n $db_name -d $db_scripts_dir) assert_str_eq "3.1" ${version} "Expected kea-admin to return %s, returned value was %s" }