run: spelling fix

This commit is contained in:
Alexander Boettcher 2013-12-03 10:23:22 +01:00 committed by Norman Feske
parent 4519b39ba7
commit 9b456fb3be
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# #
if {[is_qemu_available]} { if {[is_qemu_available]} {
puts "\nAuto test running on Qemu is not recommented.\n" puts "\nAuto test running on Qemu is not recommended.\n"
exit 0 exit 0
} }
if {[have_spec pistachio]} { if {[have_spec pistachio]} {

View File

@ -10,7 +10,7 @@
assert_spec nova assert_spec nova
if {[is_qemu_available]} { if {[is_qemu_available]} {
puts "\nAuto test running on Qemu is not recommented.\n" puts "\nAuto test running on Qemu is not recommended.\n"
exit exit
} }