fix pb config loader type

This commit is contained in:
Shelikhoo
2021-09-04 19:34:31 +01:00
parent 6a2cca1220
commit 7d02c26219
+1 -1
View File
@@ -198,7 +198,7 @@ func init() {
}
return loadProtobufConfig(data)
default:
return nil, newError("unknow type")
return nil, newError("unknown type")
}
},
}))