mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #75318 from ymlong/fix-20190313
Correcting a spelling error
This commit is contained in:
		@@ -78,7 +78,7 @@ func TestGetDataFromInitConfig(t *testing.T) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		decryptedData, err := cryptoutil.DecryptBytes(data, decodedKey)
 | 
							decryptedData, err := cryptoutil.DecryptBytes(data, decodedKey)
 | 
				
			||||||
		if string(certData) != string(decryptedData) {
 | 
							if string(certData) != string(decryptedData) {
 | 
				
			||||||
			t.Fatalf(dedent.Dedent("can't decript cert: %s\nfatal error: %v"), name, err)
 | 
								t.Fatalf(dedent.Dedent("can't decrypt cert: %s\nfatal error: %v"), name, err)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user