summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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