fix: Minor spelling fixes on FilerStorePathTranslator.

This commit is contained in:
Kaiwalya Joshi
2022-05-25 01:10:49 -07:00
parent 5b8b022985
commit 4598581741
2 changed files with 26 additions and 26 deletions

View File

@@ -76,7 +76,7 @@ func (fsw *FilerStoreWrapper) OnBucketDeletion(bucket string) {
}
func (fsw *FilerStoreWrapper) AddPathSpecificStore(path string, storeId string, store FilerStore) {
fsw.storeIdToStore[storeId] = NewFilerStorePathTranlator(path, store)
fsw.storeIdToStore[storeId] = NewFilerStorePathTranslator(path, store)
err := fsw.pathToStore.Put([]byte(path), storeId)
if err != nil {
glog.Fatalf("put path specific store: %v", err)