Fixes a spelling error
This commit is contained in:
parent
28276e1b37
commit
3708fa864b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue