mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
Change wording for consistency
This commit is contained in:
parent
2521922d7b
commit
81dbe38081
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue