aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-07-31 17:20:16 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2013-07-31 17:20:16 +0200
commitf4b44c0d627d124c1fe2c89d21358eda9c80698b (patch)
tree23ab9bb1f1a23302609395c4958e7b7a5be04dd0
parent364428630de226be7d01e6a83bb742d49e5fa8ef (diff)
downloadg-f4b44c0d627d124c1fe2c89d21358eda9c80698b.tar.gz
g-f4b44c0d627d124c1fe2c89d21358eda9c80698b.zip
Typo
-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