1
0
Fork 0

Merge pull request #234 from rqlite/otoolep-patch-1

Fix typo in comment
master
Philip O'Toole 8 years ago committed by GitHub
commit 142b99f0da

@ -667,7 +667,7 @@ func (s *Store) Apply(l *raft.Log) interface{} {
} }
// Snapshot returns a snapshot of the database. The caller must ensure that // Snapshot returns a snapshot of the database. The caller must ensure that
// no transaction is taking place during this call. Hashsicorp Raft guarantees // no transaction is taking place during this call. Hashicorp Raft guarantees
// that this function will not be called concurrently with Apply. // that this function will not be called concurrently with Apply.
// //
// http://sqlite.org/howtocorrupt.html states it is safe to do this // http://sqlite.org/howtocorrupt.html states it is safe to do this

Loading…
Cancel
Save