diff --git a/kate/kateapp.cpp b/kate/kateapp.cpp --- a/kate/kateapp.cpp +++ b/kate/kateapp.cpp @@ -175,7 +175,7 @@ KTextEditor::Document *doc = nullptr; const QString codec_name = codec ? QString::fromLatin1(codec->name()) : QString(); - // Fix to bug 397913: Don't reverse order of files opened from the command line + // Fix to bug 397913: Don't reverse order of files opened from the command line QString positionalArgument; for (int i = m_args.positionalArguments().count()-1; i >= 0; i--) { positionalArgument = m_args.positionalArguments().at(i); diff --git a/kate/main.cpp b/kate/main.cpp --- a/kate/main.cpp +++ b/kate/main.cpp @@ -416,7 +416,7 @@ QStringList tokens; // open given files... - // BUG: 397913 Don't reverse order of files opened from the command line + // BUG: 397913 Don't reverse order of files opened from the command line for (int i = urls.size()-1; i >= 0; i--) { const QString & url = urls[i]; QDBusMessage m = QDBusMessage::createMethodCall(serviceName,