fix pb config loader type

This commit is contained in:
Shelikhoo 2021-09-04 19:34:31 +01:00
parent 6a2cca1220
commit 7d02c26219
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ func init() {
}
return loadProtobufConfig(data)
default:
return nil, newError("unknow type")
return nil, newError("unknown type")
}
},
}))