]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dashboard: fix typo in comment
authorDmitriy Vyukov <dvyukov@google.com>
Sat, 27 Jul 2013 09:54:34 +0000 (13:54 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sat, 27 Jul 2013 09:54:34 +0000 (13:54 +0400)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/11936045

misc/dashboard/app/build/build.go

index e0c0f0048f83861ce68332e3267710a095f69c3f..47ad8dec50cae041f7cc0cdd5654a3a40f7b82dd 100644 (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 {