aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgot2
1 files changed, 1 insertions, 1 deletions
diff --git a/got b/got
index 58972c9..72655a4 100755
--- a/got
+++ b/got
@@ -63,7 +63,7 @@ if [ "$1" = "-" ]; then
$login_function
else
# cannot get any other solution to work with `login`
- # then to spawn a new process with pipes preset
+ # than to spawn a new process with the pipes pre-set
tty="@dev@/$1"
tty_settings="$(stty --save)"