From 4112c38605ac5a35975abfa0ecacf65c546266e4 Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sat, 3 Feb 2018 19:59:40 +0100 Subject: [PATCH] Fix typo spotted by krazy GIT_SILENT --- src/panels/terminal/terminalpanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h index edaa2a6f3b..b078b76e37 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();