FEM: correct typos

This commit is contained in:
Stefan Tröger
2025-04-28 18:54:11 +02:00
committed by Chris Hennes
parent 2c40c8291c
commit 4479fd4d2d
3 changed files with 9 additions and 8 deletions

View File

@@ -316,7 +316,7 @@ void TaskDlgPost::appendBox(TaskPostBox* box)
void TaskDlgPost::open()
{
// only open a new command if non is pending (e.g. if the object was nely created)
// only open a new command if none is pending (e.g. if the object was newly created)
if (!Gui::Command::hasPendingCommand()) {
auto text = std::string("Edit ") + m_view->getObject()->Label.getValue();
Gui::Command::openCommand(text.c_str());