Fix typo in a message in the archive sample
No real changes.
This commit is contained in:
parent
677989bd8f
commit
a0cc236678
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ int ArchiveApp::DoExtract()
|
|||
return 1;
|
||||
|
||||
wxSharedPtr<wxArchiveInputStream> archiveStream(m_archiveClassFactory->NewStream(fileInputStream));
|
||||
wxPrintf("Extrating from: %s\n", m_archiveFileName);
|
||||
wxPrintf("Extracting from: %s\n", m_archiveFileName);
|
||||
for (wxArchiveEntry* entry = archiveStream->GetNextEntry(); entry;
|
||||
entry = archiveStream->GetNextEntry())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue