Commit 7da7d71c authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

misc/dashboard: fix typo in comment

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/11936045
parent d5c7ef62
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment