diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-02 15:06:12 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-02 15:08:31 -0800 |
| commit | 228231f3d75c23a1f442d4502d5e7008aa58424d (patch) | |
| tree | ee774a7cbb1e2f1d4f37204d55b915d5de460856 | |
| parent | 72482b8e1c0713ec2fe75943ed3244d62350d6de (diff) | |
| download | seaweedfs-228231f3d75c23a1f442d4502d5e7008aa58424d.tar.xz seaweedfs-228231f3d75c23a1f442d4502d5e7008aa58424d.zip | |
minor
| -rw-r--r-- | weed/pb/proto_read_write_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/pb/proto_read_write_test.go b/weed/pb/proto_read_write_test.go index 4c53ffa2f..79f0785b2 100644 --- a/weed/pb/proto_read_write_test.go +++ b/weed/pb/proto_read_write_test.go @@ -35,7 +35,7 @@ func TestJsonpMarshalUnmarshal(t *testing.T) { tv1 := &volume_server_pb.TieredVolume{} if err := jsonpb.UnmarshalString(rawJson, tv1); err != nil { - fmt.Printf("unmarshal eror: %v\n", err) + fmt.Printf("unmarshal error: %v\n", err) } fmt.Printf("unmarshalled: %+v\n", tv1) |
