diff --git a/code/nel/tools/3d/panoply_maker/panoply_maker.cpp b/code/nel/tools/3d/panoply_maker/panoply_maker.cpp index d43647181..4fd6f0678 100644 --- a/code/nel/tools/3d/panoply_maker/panoply_maker.cpp +++ b/code/nel/tools/3d/panoply_maker/panoply_maker.cpp @@ -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 &) {