diff --git a/doc/vim-go.txt b/doc/vim-go.txt index 9c51523307..4d7f897da2 100644 --- a/doc/vim-go.txt +++ b/doc/vim-go.txt @@ -2115,7 +2115,7 @@ Many vim-go commands use the `guru` commandline tool to get information. Some a reasonable amount of performance `guru` limits this analysis to a selected list of packages. This is known as the "guru scope". -The default is to use the package the curent buffer belongs to, but this may +The default is to use the package the current buffer belongs to, but this may not always be correct. For example for the file `guthub.com/user/pkg/a/a.go` the scope will be set to `github.com/user/pkg/a`, but you probably want `github.com/user/pkg`