Fix various typos

This commit is contained in:
luzpaz
2023-08-03 13:02:36 +00:00
committed by 0penBrain
parent ac7dc4faf6
commit 57b9442df7
9 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ PythonEditor::PythonEditor(QWidget* parent)
d = new PythonEditorP();
this->setSyntaxHighlighter(new PythonSyntaxHighlighter(this));
// set acelerators
// set accelerators
auto comment = new QShortcut(this);
comment->setKey(QKeySequence(QString::fromLatin1("ALT+C")));