Browse Source

spelling: print

Josh Soref 7 years ago
parent
commit
7666b8f9e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/testutils/dhcp_test_lib.sh.in

+ 1 - 1
src/lib/testutils/dhcp_test_lib.sh.in

@@ -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