mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Typos
This commit is contained in:
parent
ad3e425e3e
commit
2cf73a9c21
1 changed files with 3 additions and 3 deletions
|
@ -122,7 +122,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
std::string _Path_Input_TexBases;
|
||||
std::string _Path_Input_Masks;
|
||||
std::string _Path_Output_MaksOptimized;
|
||||
std::string _Path_Output_MasksOptimized;
|
||||
std::string _Path_Output_Gtm;
|
||||
std::string _Path_Output_Cgi;
|
||||
|
||||
|
@ -162,10 +162,10 @@ int main(int argc, char* argv[])
|
|||
{
|
||||
}
|
||||
|
||||
/// repertory output of masks optimized created
|
||||
/// optimized masks output directory created
|
||||
try
|
||||
{
|
||||
_Path_Output_MaksOptimized = NLMISC::CPath::standardizePath(cf.getVar ("output_path_mask_optimized").asString());
|
||||
_Path_Output_MasksOptimized = NLMISC::CPath::standardizePath(cf.getVar ("output_path_mask_optimized").asString());
|
||||
}
|
||||
catch (const NLMISC::EUnknownVar &)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue