From: Elvis Angelaccio Date: Sat, 3 Feb 2018 18:59:40 +0000 (+0100) Subject: Fix typo spotted by krazy X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/4112c38605ac5a35975abfa0ecacf65c546266e4?ds=inline Fix typo spotted by krazy GIT_SILENT --- diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h index edaa2a6f3..b078b76e3 100644 --- a/src/panels/terminal/terminalpanel.h +++ b/src/panels/terminal/terminalpanel.h @@ -50,7 +50,7 @@ public: /** * @brief This function is used to set the terminal panels's cwd to - * home when an unmounting request is receieved. + * home when an unmounting request is received. */ void goHome(); QString currentWorkingDirectory();