diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 5a838a071..81a964c09 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -3223,7 +3223,7 @@ void PrintConfigDef::init_fff_params() def->label = L("Convert round holes to polyholes"); def->full_label = L("Convert round holes to polyholes"); def->category = OptionCategory::slicing; - def->tooltip = L("Search for almost-circular holes that span more than one layer and conert the geometry to polyholes." + def->tooltip = L("Search for almost-circular holes that span more than one layer and convert the geometry to polyholes." " Use the nozzle size and the (biggest) diameter to compute the polyhole." "\nSee http://hydraraptor.blogspot.com/2011/02/polyholes.html"); def->mode = comAdvanced;