]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - warc/uris.go
More correct spelling
[tofuproxy.git] / warc / uris.go
index d5f5139a2188f861c6d79e1bc7d8b1b775952302..03f5678bb0503d4f6798c943489ea6d7283036ff 100644 (file)
@@ -123,7 +123,7 @@ func Add(warcPath string) error {
        return nil
 }
 
-func SaveIndexes() error {
+func SaveIndices() error {
        WARCsM.RLock()
        defer WARCsM.RUnlock()
        for warcPath, uris := range WARCs {