aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/api/http/error.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-10-30 17:08:24 +0800
committerGitHub <noreply@github.com>2017-10-30 17:08:24 +0800
commitdd8a62683e2007b1127bfdc55c58c39f78b58ebf (patch)
tree2cee788573cf551cb432c387f6be9412744ad853 /swarm/api/http/error.go
parent8d434f6a6f18c5172db9a8216d61cd50b746c964 (diff)
parent07e8c177e7f1cceadc70709946aa24777b4bf2af (diff)
downloaddexon-dd8a62683e2007b1127bfdc55c58c39f78b58ebf.tar
dexon-dd8a62683e2007b1127bfdc55c58c39f78b58ebf.tar.gz
dexon-dd8a62683e2007b1127bfdc55c58c39f78b58ebf.tar.bz2
dexon-dd8a62683e2007b1127bfdc55c58c39f78b58ebf.tar.lz
dexon-dd8a62683e2007b1127bfdc55c58c39f78b58ebf.tar.xz
dexon-dd8a62683e2007b1127bfdc55c58c39f78b58ebf.tar.zst
dexon-dd8a62683e2007b1127bfdc55c58c39f78b58ebf.zip
Merge pull request #15398 from ferhatelmas/core-swarm-typo
core, swarm: typo fixes
Diffstat (limited to 'swarm/api/http/error.go')
-rw-r--r--swarm/api/http/error.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/api/http/error.go b/swarm/api/http/error.go
index b4d46b3c4..dbd97182f 100644
--- a/swarm/api/http/error.go
+++ b/swarm/api/http/error.go
@@ -72,7 +72,7 @@ func initErrHandling() {
//ShowMultipeChoices is used when a user requests a resource in a manifest which results
//in ambiguous results. It returns a HTML page with clickable links of each of the entry
//in the manifest which fits the request URI ambiguity.
-//For example, if the user requests bzz:/<hash>/read and that manifest containes entries
+//For example, if the user requests bzz:/<hash>/read and that manifest contains entries
//"readme.md" and "readinglist.txt", a HTML page is returned with this two links.
//This only applies if the manifest has no default entry
func ShowMultipleChoices(w http.ResponseWriter, r *http.Request, list api.ManifestList) {