present: fix misspelled TODO

Change-Id: Id984c4e5c7cde4a5ecf3ae783441fc866d86d404
Reviewed-on: https://go-review.googlesource.com/21527
Reviewed-by: Chris Broadfoot <cbro@golang.org>
This commit is contained in:
Andrew Gerrand 2016-04-06 08:21:58 +10:00
parent e77df0732c
commit fe1488f8ab
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
// Is the playground available?
var PlayEnabled = false
// TOOD(adg): replace the PlayEnabled flag with something less spaghetti-like.
// TODO(adg): replace the PlayEnabled flag with something less spaghetti-like.
// Instead this will probably be determined by a template execution Context
// value that contains various global metadata required when rendering
// templates.