1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:00:22 -07:00

misc/dashboard: fix typo in comment

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/11936045
This commit is contained in:
Dmitriy Vyukov 2013-07-27 13:54:34 +04:00
parent d5c7ef6216
commit 7da7d71cf4

View File

@ -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 {