]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/internal/web: fix a typo
authorKanta Ebihara <kantaebihara@gmail.com>
Tue, 11 Feb 2020 23:17:30 +0000 (08:17 +0900)
committerIan Lance Taylor <iant@golang.org>
Wed, 12 Feb 2020 04:06:30 +0000 (04:06 +0000)
dependenicies -> dependencies

Change-Id: I0b8f06c04cf397c6330ffb43ac3ae5c2f7cf3138
Reviewed-on: https://go-review.googlesource.com/c/go/+/219157
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/web/api.go

index ad99eb2f8c392633eb9d41bc5f86b70df2e9a64f..209ed6861a154619cbd79d8f30fadba3a727e087 100644 (file)
@@ -3,7 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // Package web defines minimal helper routines for accessing HTTP/HTTPS
-// resources without requiring external dependenicies on the net package.
+// resources without requiring external dependencies on the net package.
 //
 // If the cmd_go_bootstrap build tag is present, web avoids the use of the net
 // package and returns errors for all network operations.