From fe1488f8abd7e0eea44f1950dad93a6ff6880a60 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 6 Apr 2016 08:21:58 +1000 Subject: [PATCH] present: fix misspelled TODO Change-Id: Id984c4e5c7cde4a5ecf3ae783441fc866d86d404 Reviewed-on: https://go-review.googlesource.com/21527 Reviewed-by: Chris Broadfoot --- present/code.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/present/code.go b/present/code.go index 5a299514..6e1a9cc4 100644 --- a/present/code.go +++ b/present/code.go @@ -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.