0
0
Fork 0

fix comment typo

This commit is contained in:
Steve Yen 2017-08-24 16:25:10 -07:00
parent 87115cbfb7
commit 546700b2de
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ func (udc *UpsideDownCouch) batchRows(writer store.KVWriter, addRowsAll [][]Upsi
}
func (udc *UpsideDownCouch) Open() (err error) {
//acquire the write mutex for the duratin of Open()
// acquire the write mutex for the duration of Open()
udc.writeMutex.Lock()
defer udc.writeMutex.Unlock()