[FEM] [skip CI] fix a typo

- spot by the spellchecker CI
This commit is contained in:
Uwe
2022-07-01 03:12:15 +02:00
parent 98e96b3f5f
commit 5a6c52d8f3

View File

@@ -531,7 +531,7 @@ void TaskPostClip::on_CreateButton_triggered(QAction*) {
int currentItem = ui->FunctionBox->currentIndex();
collectImplicitFunctions();
// if a new function was successfuly added use it
// if a new function was successfully added use it
int indexCount = ui->FunctionBox->count();
if (indexCount > currentItem + 1)
ui->FunctionBox->setCurrentIndex(indexCount - 1);
@@ -1486,7 +1486,7 @@ void TaskPostCut::on_CreateButton_triggered(QAction*) {
int currentItem = ui->FunctionBox->currentIndex();
collectImplicitFunctions();
// if a new function was successfuly added use it
// if a new function was successfully added use it
int indexCount = ui->FunctionBox->count();
if (indexCount > currentItem + 1)
ui->FunctionBox->setCurrentIndex(indexCount - 1);