浏览代码

tools/etcd-dump-logs: fix minor typo

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 年之前
父节点
当前提交
fd7e7a01ad
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      tools/etcd-dump-logs/etcd-dump-log_test.go

+ 3 - 3
tools/etcd-dump-logs/etcd-dump-log_test.go

@@ -117,12 +117,12 @@ func TestEtcdDumpLogEntryType(t *testing.T) {
 			}
 			}
 			if !bytes.Equal(actual, expected) {
 			if !bytes.Equal(actual, expected) {
 				t.Errorf(`Got input of length %d, wanted input of length %d
 				t.Errorf(`Got input of length %d, wanted input of length %d
-==== BEGIN RECIEVED FILE ====
+==== BEGIN RECEIVED FILE ====
 %s
 %s
-==== END RECIEVED FILE ====
+==== END RECEIVED FILE ====
 ==== BEGIN EXPECTED FILE ====
 ==== BEGIN EXPECTED FILE ====
 %s
 %s
-==== END EXPECTED FILE ==== 
+==== END EXPECTED FILE ====
 `, len(actual), len(expected), actual, expected)
 `, len(actual), len(expected), actual, expected)
 			}
 			}
 		})
 		})