Parcourir la source

spelling: let's

Josh Soref il y a 7 ans
Parent
commit
1ee97cc85a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/admin/kea-admin.in

+ 1 - 1
src/bin/admin/kea-admin.in

@@ -148,7 +148,7 @@ mysql_init() {
 
 
     COUNT=`echo $RESULT | wc -w`
     COUNT=`echo $RESULT | wc -w`
     if [ $COUNT -gt 0 ]; then
     if [ $COUNT -gt 0 ]; then
-        # Let't start with a new line. mysql could have printed something out.
+        # Let's start with a new line. mysql could have printed something out.
         printf "\n"
         printf "\n"
         log_error "Expected empty database $db_name, but there are $COUNT tables: \n$RESULT. Aborting."
         log_error "Expected empty database $db_name, but there are $COUNT tables: \n$RESULT. Aborting."
         exit 1
         exit 1