From: Josh Soref Date: Sun, 23 Jul 2017 19:27:45 +0000 (-0400) Subject: spelling: performs X-Git-Tag: trac5124a_base~35^2~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=751a786877c3d9de76945230cda1a49325562c93;p=thirdparty%2Fkea.git spelling: performs --- diff --git a/src/lib/testutils/dhcp_test_lib.sh.in b/src/lib/testutils/dhcp_test_lib.sh.in index bdb49494f9..526bf862aa 100644 --- a/src/lib/testutils/dhcp_test_lib.sh.in +++ b/src/lib/testutils/dhcp_test_lib.sh.in @@ -318,7 +318,7 @@ cleanup() { } # Exists the test in the clean way. -# It performes the cleanup and prints whether the test has passed or failed. +# It performs the cleanup and prints whether the test has passed or failed. # If a test fails, the Kea log is dumped. clean_exit() { exit_code=${1} # Exit code to be returned by the exit function.