diff --git a/subl3/gocode.py b/subl3/gocode.py index 25d70740..53d5420f 100644 --- a/subl3/gocode.py +++ b/subl3/gocode.py @@ -166,7 +166,7 @@ def fetch_query_completions(self, view, prefix, location): if self._prefix != prefix: return - # Check if this query completions request is for the "lates" location + # Check if this query completions request is for the "latest" location if self._location != location: return