Change wording for consistency

This commit is contained in:
Cody Soyland 2018-09-25 11:59:49 -05:00
parent 2521922d7b
commit 81dbe38081

View file

@ -144,7 +144,7 @@ func (s *TranslateFile) Open() (err error) {
// Replay the log.
if err := s.replayEntries(); err != nil {
return errors.Wrap(err, "replay log")
return errors.Wrap(err, "replaying log entries")
}
// Listen to primaryStoreEvents channel.