Merge "HA testcase containerized Compass support"
[yardstick.git] / yardstick / benchmark / scenarios / availability / attacker / attacker_process.py
index f7ab23d..cb171ea 100644 (file)
@@ -47,11 +47,11 @@ class ProcessAttacker(BaseAttacker):
                 stdin=stdin_file)
 
         if stdout:
-            LOG.info("check the envrioment success!")
+            LOG.info("check the environment success!")
             return int(stdout.strip('\n'))
         else:
             LOG.error(
-                "the host envrioment is error, stdout:%s, stderr:%s",
+                "the host environment is error, stdout:%s, stderr:%s",
                 stdout, stderr)
         return False