Fixes a spelling error

This commit is contained in:
Ed Robinson 2016-11-16 02:32:01 +00:00
parent 28276e1b37
commit 3708fa864b
No known key found for this signature in database
GPG key ID: EC501FCA6421CCF0

View file

@ -248,6 +248,6 @@ func (s *datastoreTransaction) Commit(object Object) error {
}
s.dirty = true
log.Debugf("Transaction commited %s", s.id)
log.Debugf("Transaction committed %s", s.id)
return nil
}