Browse Source

fix pb config loader type

Shelikhoo 4 years ago
parent
commit
7d02c26219
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.go

+ 1 - 1
config.go

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