Spelling error left in log text

This commit is contained in:
stele
2021-01-23 19:32:25 +01:00
parent 6b214b473f
commit 49f01b1690

View File

@@ -266,7 +266,7 @@ basic_event::event_conditions::export_as_text( std::ostream &Output ) const {
}
if( ( flags & flags::probability ) != 0 ) {
Output
<< "propability "
<< "probability "
<< probability << ' ';
}
if( ( flags & ( flags::text | flags::value1 | flags::value2 ) ) != 0 ) {