Fix a few PR comments

This commit is contained in:
Brian Kassouf
2017-05-02 15:59:08 -07:00
parent 6e7696b840
commit fe86f06daf
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ func Serve(plugin interface{}, tlsConfig *api.TLSConfig) {
case dbplugin.Database:
dbplugin.Serve(p, tlsProvider)
default:
fmt.Println("Unsuported plugin type")
fmt.Println("Unsupported plugin type")
}
}