[skip ci] fix follow-up typos

This commit is contained in:
luz.paz
2020-03-05 14:01:26 -05:00
committed by Bernd Hahnebach
parent ebe194a9e9
commit c8cb520887
18 changed files with 19 additions and 19 deletions

View File

@@ -1816,7 +1816,7 @@ void StdViewScreenShot::activated(int iMsg)
QString comment = opt->comment();
if (!comment.isEmpty()) {
// Replace newline escape sequence trough '\\n' string to build one big string,
// Replace newline escape sequence through '\\n' string to build one big string,
// otherwise Python would interpret it as an invalid command.
// Python does the decoding for us.
QStringList lines = comment.split(QLatin1String("\n"), QString::KeepEmptyParts );