Browse Source

spelling: require

Josh Soref 7 years ago
parent
commit
e82720e8ba
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

@@ -155,7 +155,7 @@ configuration"
 # ${LOG_FILE}.
 set_logger() {
     if [ -z ${LOG_FILE} ]; then
-        test_lib_error "set_logger requies LOG_FILE variable be set"
+        test_lib_error "set_logger requires LOG_FILE variable be set"
         clean_exit 1
     fi
     printf "Kea log will be stored in %s.\n" ${LOG_FILE}