aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--g.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/g.sh b/g.sh
index 6b83a1b..465b7ae 100644
--- a/g.sh
+++ b/g.sh
@@ -67,7 +67,7 @@ g() {
gfile=$HOME/.gfile
declare -A gshortcuts
- # Make sure the the gfile actually exists.
+ # Make sure that the gfile actually exists.
if [ ! -z "$GFILE" ]; then
gfile="$GFILE"
fi