* Fix typos

* Update translation files appropriately

* Fix more 'fond's with 'found's

* Fix typos

* Fix duplicate message error
This commit is contained in:
ElectricalBoy
2024-07-11 01:04:47 +09:00
committed by GitHub
parent 2acf60a8b5
commit 93ec1dd7ee
35 changed files with 318 additions and 444 deletions

View File

@@ -189,7 +189,7 @@ void stl_fix_normal_directions(stl_file *stl)
if (head->next != tail) {
facet_num = head->next->facet_num;
assert(facet_num < stl->stats.number_of_facets);
if (norm_sw[facet_num] != 1) { // If facet is in list mutiple times
if (norm_sw[facet_num] != 1) { // If facet is in list multiple times
norm_sw[facet_num] = 1; // Record this one as being fixed.
++ checked;
}