1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0031939: Coding - correction of spelling errors in comments [part 7]

Fix various typos

Fixed via codespell v2.1.dev
This commit is contained in:
luz paz
2021-01-18 12:36:06 +03:00
committed by bugmaster
parent 5be130de06
commit 7b5e532f83
359 changed files with 522 additions and 522 deletions

View File

@@ -109,7 +109,7 @@ void FThread::run()
const int ret = D->Execute(log);
if (ret == 0)
{
// Successfuly executed!
// Successfully executed!
itr.SetStatus(L, TFunction_ES_Succeeded);
TDF_LabelList res;