Fix various typos

This commit is contained in:
luzpaz
2023-11-30 12:51:10 +00:00
committed by wwmayer
parent d529193f75
commit faef0c6f27
7 changed files with 7 additions and 7 deletions

View File

@@ -891,7 +891,7 @@ void SubShapeBinder::checkPropertyStatus() {
// Make Shape transient can reduce some file size, and maybe reduce file
// loading time as well. But there maybe complication arise when doing
// TopoShape version upgrade. So we DO NOT set trasient at the moment.
// TopoShape version upgrade. So we DO NOT set transient at the moment.
//
// Shape.setStatus(App::Property::Transient, !PartialLoad.getValue() && BindMode.getValue()==0);
}