aboutsummaryrefslogtreecommitdiff
path: root/go/packages/doc.go
diff options
context:
space:
mode:
authorKazuhiro Sera <seratch@gmail.com>2018-08-10 18:13:41 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-08-10 18:15:57 +0000
commit4354ead92e86caa4017bfeb36f54ac136dc5f70a (patch)
tree2769f0841869cea7c33144efd97082c1f943f61b /go/packages/doc.go
parente96c4e24768da594adeb5eed27c8ecd547a3d4f1 (diff)
downloadgolang-x-tools-4354ead92e86caa4017bfeb36f54ac136dc5f70a.tar.gz
all: fix typos in comments
This pull request fixes several typos in comments. I believe that they're safe enough. Change-Id: Ic7c594bdb89dcd04f8775f225abbc0f966f3728e GitHub-Last-Rev: 2394feb263714c83b419f45eccb3c6c9fdff7fed GitHub-Pull-Request: golang/tools#45 Reviewed-on: https://go-review.googlesource.com/128956 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'go/packages/doc.go')
-rw-r--r--go/packages/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/packages/doc.go b/go/packages/doc.go
index 7ddb0b5d0..4f5a1a143 100644
--- a/go/packages/doc.go
+++ b/go/packages/doc.go
@@ -223,7 +223,7 @@ Questions & Tasks
GOOS and GOARCH seem important enough to warrant a dedicated option.
- How should we handle partial failures such as a mixture of good and
- malformed patterns, existing and non-existent packages, succesful and
+ malformed patterns, existing and non-existent packages, successful and
failed builds, import failures, import cycles, and so on, in a call to
Load?