mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
Spelling error left in log text
This commit is contained in:
@@ -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 ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user