From 55fac5dd746121771c093756ee569d949867465c Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 23 Feb 2011 00:01:47 +0800 Subject: [PATCH] Fix typo: "flie" => "file" --- doc/fugitive.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index beb5c1a..f7edb11 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -158,7 +158,7 @@ that are part of Git repositories). :[range]Gbrowse If the remote for the current branch is on GitHub, open the current file, blob, tree, commit, or tag (with git-web--browse) on GitHub. Otherwise, open the - current flie, blob, tree, commit, or tag in + current file, blob, tree, commit, or tag in git-instaweb (if you have issues, verify you can run "git instaweb" from a terminal). If a range is given, it is appropriately appended to the URL as an anchor.