┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2018-02-03 19:59:40 +0100
committerElvis Angelaccio <[email protected]>2018-02-03 19:59:40 +0100
commit4112c38605ac5a35975abfa0ecacf65c546266e4 (patch)
tree798dcb42eff8dfeb300973611805912f2dc6a416 /src
parente7e35a528ad576fc9e42feec0ab77e521957d877 (diff)
Fix typo spotted by krazy
GIT_SILENT
Diffstat (limited to 'src')
-rw-r--r--src/panels/terminal/terminalpanel.h2
1 files changed, 1 insertions, 1 deletions
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();