Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/Console/OpenCallbackConsole.h')
-rw-r--r--CPP/7zip/UI/Console/OpenCallbackConsole.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/7zip/UI/Console/OpenCallbackConsole.h b/CPP/7zip/UI/Console/OpenCallbackConsole.h
index 66d1fafa..0dd4e1d1 100644
--- a/CPP/7zip/UI/Console/OpenCallbackConsole.h
+++ b/CPP/7zip/UI/Console/OpenCallbackConsole.h
@@ -26,7 +26,7 @@ protected:
public:
- bool MutiArcMode;
+ bool MultiArcMode;
void ClosePercents()
{
@@ -37,7 +37,7 @@ public:
COpenCallbackConsole():
_totalFilesDefined(false),
_totalBytesDefined(false),
- MutiArcMode(false)
+ MultiArcMode(false)
#ifndef _NO_CRYPTO
, PasswordIsDefined(false)