From 4d49207e6bc4068d660d507e4faf40f02b603d86 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 24 Jul 2015 02:36:53 -0700 Subject: [PATCH] fix typo: s/connnection/connection/ Change-Id: Ib59dd669cf44b10f5ba811b4916721e6aea611d7 Reviewed-on: https://go-review.googlesource.com/12630 Reviewed-by: Ian Lance Taylor --- godoc/static/playground.js | 2 +- godoc/static/static.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/godoc/static/playground.js b/godoc/static/playground.js index 59d4cdab13..c9440676b6 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 da23d74b65..c555604983 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'.