diff --git a/sources/editor/qetelementeditor.cpp b/sources/editor/qetelementeditor.cpp index de9e95c01..e7c0a2a4c 100644 --- a/sources/editor/qetelementeditor.cpp +++ b/sources/editor/qetelementeditor.cpp @@ -1145,7 +1145,7 @@ void QETElementEditor::slot_reload() /** * @brief QETElementEditor::slot_save * Save the current editing element. - * If the filepath or location is unknow, use save_as instead + * If the filepath or location is unknown, use save_as instead * @return true if save with success */ bool QETElementEditor::slot_save() diff --git a/sources/qetgraphicsitem/element.cpp b/sources/qetgraphicsitem/element.cpp index 8eac9ecd1..b7e5e0421 100644 --- a/sources/qetgraphicsitem/element.cpp +++ b/sources/qetgraphicsitem/element.cpp @@ -1407,7 +1407,7 @@ QString Element::linkTypeToString() const case Terminale: return "Terminale"; default: - return "Unknow"; + return "Unknown"; } }