mirror of
https://github.com/traefik/traefik.git
synced 2025-09-28 09:11:24 +02:00
Fixes a spelling error
This commit is contained in:
parent
28276e1b37
commit
3708fa864b
@ -248,6 +248,6 @@ func (s *datastoreTransaction) Commit(object Object) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
s.dirty = true
|
s.dirty = true
|
||||||
log.Debugf("Transaction commited %s", s.id)
|
log.Debugf("Transaction committed %s", s.id)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user