]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix typo
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 11 Feb 2018 21:59:29 +0000 (22:59 +0100)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 11 Feb 2018 21:59:29 +0000 (22:59 +0100)
GIT_SILENT

src/panels/terminal/terminalpanel.cpp

index 849d3f8c903965f6e62e5dfd138c76bb1726abca..9ac0ca185910f8d13abcd99c071e868173b78207 100644 (file)
@@ -175,7 +175,7 @@ void TerminalPanel::sendCdToTerminal(const QString& dir, HistoryPolicy addToHist
         // The TerminalV2 interface does not provide a way to delete the
         // current line before sending a new input. This is mandatory,
         // otherwise sending a 'cd x' to a existing 'rm -rf *' might
-        // result in data loss. As workaround SIGINT is send.
+        // result in data loss. As workaround SIGINT is sent.
         const int processId = m_terminal->terminalProcessId();
         if (processId > 0) {
             kill(processId, SIGINT);