Fix various typos in code comments (#1670) [skip ci]

Found via `codespell -q 3 -S *.ts,*.xml -L ba,keypair,numer,uint`
This commit is contained in:
luzpaz
2021-07-13 13:54:30 +02:00
committed by GitHub
parent 539b0582bf
commit 01536f9865
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
/**
* @brief Command-line argument parser
*
* You may be wondering why we don't use QCommandLineParser instead of a custom implmentation like
* You may be wondering why we don't use QCommandLineParser instead of a custom implementation like
* this. The reason why is because QCommandLineParser requires a QApplication object of some kind
* to already have been created before it can parse anything, but we need to be able to control
* whether a QApplication (GUI-mode) or a QCoreApplication (CLI-mode) is created which is set by