]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: performs
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:27:45 +0000 (15:27 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:27:45 +0000 (15:27 -0400)
src/lib/testutils/dhcp_test_lib.sh.in

index bdb49494f9e286167b7294af2b99d881e0a3c598..526bf862aac09bf0830d25287bde6bb41cbabd31 100644 (file)
@@ -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.