aboutsummaryrefslogtreecommitdiffstats
path: root/repository/config_mem.go
diff options
context:
space:
mode:
Diffstat (limited to 'repository/config_mem.go')
-rw-r--r--repository/config_mem.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/config_mem.go b/repository/config_mem.go
index 55b12fd7..d9126f39 100644
--- a/repository/config_mem.go
+++ b/repository/config_mem.go
@@ -79,7 +79,7 @@ func (mc *MemConfig) ReadTimestamp(key string) (time.Time, error) {
return time.Unix(int64(timestamp), 0), nil
}
-// RmConfigs remove all key/value pair matching the key prefix
+// RemoveAll remove all key/value pair matching the key prefix
func (mc *MemConfig) RemoveAll(keyPrefix string) error {
keyPrefix = normalizeKey(keyPrefix)
found := false