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

index 526bf862aac09bf0830d25287bde6bb41cbabd31..beb42f8a53adee6551dbd05bfdcdd4da0aeb661f 100644 (file)
@@ -88,7 +88,7 @@ assert_string_contains() {
     fi
 }
 
-# Begins a test by prining its name.
+# Begins a test by printing its name.
 test_start() {
     TEST_NAME=${1}
     if [ -z ${TEST_NAME} ]; then