summaryrefslogtreecommitdiff
path: root/plugins/kv/storage.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kv/storage.go')
-rw-r--r--plugins/kv/storage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kv/storage.go b/plugins/kv/storage.go
index 319915c5..9a609735 100644
--- a/plugins/kv/storage.go
+++ b/plugins/kv/storage.go
@@ -92,7 +92,7 @@ func (p *Plugin) Serve() chan error {
// config key for the particular sub-driver kv.memcached
configKey := fmt.Sprintf("%s.%s", PluginName, k)
- // at this point we know, that driver field present in the cofiguration
+ // at this point we know, that driver field present in the configuration
switch v.(map[string]interface{})[driver] {
case memcached:
if _, ok := p.drivers[memcached]; !ok {