Skip to content

Commit f382c37

Browse files
authored
Merge pull request #225 from SataQiu/fix-20181121
Fix typos: NDDE -> NODE, permenantly -> permanently
2 parents 533ecef + 91adf37 commit f382c37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/options/options_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestSetNodeNameOrDie(t *testing.T) {
4444
HostnameOverride: "hostname-override",
4545
},
4646
},
47-
"Check hostname override and NDDE_NAME env": {
47+
"Check hostname override and NODE_NAME env": {
4848
WantedNodeName: "node-name-env",
4949
Meta: options{
5050
Nodename: "node-name-env",

pkg/logcounter/log_counter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func TestCount(t *testing.T) {
115115
for _, log := range logs {
116116
ch <- log
117117
}
118-
// trigger the timeout to ensure the test doesn't block permenantly
118+
// trigger the timeout to ensure the test doesn't block permanently
119119
for {
120120
fakeClock.Step(2 * timeout)
121121
}

0 commit comments

Comments
 (0)