diff options
| author | Elvis Angelaccio <[email protected]> | 2018-02-03 19:59:40 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-02-03 19:59:40 +0100 |
| commit | 4112c38605ac5a35975abfa0ecacf65c546266e4 (patch) | |
| tree | 798dcb42eff8dfeb300973611805912f2dc6a416 /src/panels | |
| parent | e7e35a528ad576fc9e42feec0ab77e521957d877 (diff) | |
Fix typo spotted by krazy
GIT_SILENT
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/terminal/terminalpanel.h | 2 |
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(); |
