Fix various typos in source documentation and comments

Found via `codespell`
This commit is contained in:
luz paz
2022-12-04 06:24:28 -05:00
committed by Laurent Trinques
parent 1eed13c617
commit a76e5446aa
32 changed files with 88 additions and 87 deletions

View File

@@ -177,7 +177,7 @@ QString QETInformation::elementInfoToVar(const QString &info)
* @brief QETInformation::infoToVar
* @param info
* @return return the string @info prepended by %{ ans appended by }
* exemple : if info is label, the returned string is %{label}
* example : if info is label, the returned string is %{label}
*/
QString QETInformation::infoToVar(const QString &info)
{