mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 02:13:38 +09:00
parent
a7efcd9ca9
commit
9efc798f85
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ public:
|
|||
if (m_largestCommonStartLength != 0)
|
||||
{
|
||||
SmallStackSString repeatStr;
|
||||
repeatStr.AppendPrintf("Repeat %d times:\n", m_largestCommonStartRepeat);
|
||||
repeatStr.AppendPrintf("Repeated %d times:\n", m_largestCommonStartRepeat);
|
||||
|
||||
PrintToStdErrW(repeatStr.GetUnicode());
|
||||
PrintToStdErrA("--------------------------------\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue