fix typo in test log message

This commit is contained in:
Ben Parees 2016-02-12 00:26:38 -05:00
parent b5c12d10b8
commit f28cc156fc

View File

@ -194,7 +194,7 @@ func (f *Framework) afterEach() {
Logf("Finished")
}
default:
Logf("Unknown ouptut type: %v. Skipping.", printType)
Logf("Unknown output type: %v. Skipping.", printType)
}
}