aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@google.com>2015-09-01 22:25:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-09-01 22:25:31 +0000
commit408fece1100183672eb340a3f5b97174e916e28a (patch)
tree9d71d61d78fc89ac1c5073034ea6ecdb00fddbbf
parent65d153637e06259ecc1804fd91f69f8166f7b5d6 (diff)
parent4d49207e6bc4068d660d507e4faf40f02b603d86 (diff)
downloadtools-408fece1100183672eb340a3f5b97174e916e28a.tar.gz
fix typo: s/connnection/connection/
automerge: 4d49207 * commit '4d49207e6bc4068d660d507e4faf40f02b603d86': fix typo: s/connnection/connection/
-rw-r--r--godoc/static/playground.js2
-rw-r--r--godoc/static/static.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/godoc/static/playground.js b/godoc/static/playground.js
index 59d4cda..c944067 100644
--- a/godoc/static/playground.js
+++ b/godoc/static/playground.js
@@ -7,7 +7,7 @@ In the absence of any formal way to specify interfaces in JavaScript,
here's a skeleton implementation of a playground transport.
function Transport() {
- // Set up any transport state (eg, make a websocket connnection).
+ // Set up any transport state (eg, make a websocket connection).
return {
Run: function(body, output, options) {
// Compile and run the program 'body' with 'options'.
diff --git a/godoc/static/static.go b/godoc/static/static.go
index da23d74..c555604 100644
--- a/godoc/static/static.go
+++ b/godoc/static/static.go
@@ -2071,7 +2071,7 @@ In the absence of any formal way to specify interfaces in JavaScript,
here's a skeleton implementation of a playground transport.
function Transport() {
- // Set up any transport state (eg, make a websocket connnection).
+ // Set up any transport state (eg, make a websocket connection).
return {
Run: function(body, output, options) {
// Compile and run the program 'body' with 'options'.