Kaydet (Commit) 822cfe5e authored tarafından Andras Timar's avatar Andras Timar

typo fix (s/Missmatch/Mismatch/)

üst 5e02064b
...@@ -647,7 +647,7 @@ BOOL GSIBlock::CheckSyntax( ULONG nLine, BOOL bRequireSourceLine, BOOL bFixTags ...@@ -647,7 +647,7 @@ BOOL GSIBlock::CheckSyntax( ULONG nLine, BOOL bRequireSourceLine, BOOL bFixTags
GetObject( i )->NotOK(); GetObject( i )->NotOK();
bHasError = TRUE; bHasError = TRUE;
PrintList( GetObject( i )->GetMessageList(), "Translation", GetObject( i ) ); PrintList( GetObject( i )->GetMessageList(), "Translation", GetObject( i ) );
PrintList( &(aTester.GetCompareWarnings()), "Translation Tag Missmatch", GetObject( i ) ); PrintList( &(aTester.GetCompareWarnings()), "Translation Tag Mismatch", GetObject( i ) );
} }
bHasError |= !TestUTF8( GetObject( i ), bFixTags ); bHasError |= !TestUTF8( GetObject( i ), bFixTags );
if ( pSourceLine ) if ( pSourceLine )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment