From 7da7d71cf42f203aefe2c8f2bc0e934b095e5491 Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Sat, 27 Jul 2013 13:54:34 +0400 Subject: [PATCH] misc/dashboard: fix typo in comment R=golang-dev, r CC=golang-dev https://golang.org/cl/11936045 --- misc/dashboard/app/build/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/dashboard/app/build/build.go b/misc/dashboard/app/build/build.go index e0c0f0048f..47ad8dec50 100644 --- a/misc/dashboard/app/build/build.go +++ b/misc/dashboard/app/build/build.go @@ -123,7 +123,7 @@ func (c *Commit) Valid() error { // build history and the AppEngine datastore limit of 1mb. const maxResults = 1000 -// AddResult adds the denormalized Reuslt data to the Commit's Result field. +// AddResult adds the denormalized Result data to the Commit's Result field. // It must be called from inside a datastore transaction. func (com *Commit) AddResult(c appengine.Context, r *Result) error { if err := datastore.Get(c, com.Key(c), com); err != nil { -- 2.48.1