summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2020-09-07 03:57:53 +0200
committerGitHub <noreply@github.com>2020-09-07 03:57:53 +0200
commitda129e8dc705eb2fc71aba1f976f27fb66429160 (patch)
treed43709ec26725e93976a1911df9acb3f64bb24b9 /rc
parent49b47844e958c3594e61e1249444796a7eea7aac (diff)
Slight style change
Diffstat (limited to 'rc')
-rwxr-xr-xrc/connect/modules/dolphin/commands/:dolphin2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/connect/modules/dolphin/commands/:dolphin b/rc/connect/modules/dolphin/commands/:dolphin
index 65e53bc..48d12e7 100755
--- a/rc/connect/modules/dolphin/commands/:dolphin
+++ b/rc/connect/modules/dolphin/commands/:dolphin
@@ -7,7 +7,7 @@
# Dolphin does not honor the current working directory,
# and opens in the home directory.
-# Mitigate the need to explicitely type `dolphin` with the current path:
+# Mitigate the need to explicitely type `dolphin` with the current path.
if [ $# = 0 ]; then
set -- '.'
fi