16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 13:59:19 +02:00

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 ) { if( ( flags & flags::probability ) != 0 ) {
Output Output
<< "propability " << "probability "
<< probability << ' '; << probability << ' ';
} }
if( ( flags & ( flags::text | flags::value1 | flags::value2 ) ) != 0 ) { if( ( flags & ( flags::text | flags::value1 | flags::value2 ) ) != 0 ) {