Fix typo in e2e network test

This commit is contained in:
Paul Morie
2015-04-07 18:47:00 -04:00
parent c50355e34f
commit 9de0cf0532

View File

@@ -34,7 +34,7 @@ var _ = BeforeSuite(func() {
//Since this is not really a test of kubernetes in any way, we
//leave it as a pre-test assertion, rather than a Ginko test.
By("Executing a successfull http request from the external internet")
By("Executing a successful http request from the external internet")
resp, err := http.Get("http://google.com")
if err != nil {
Failf("Unable to connect/talk to the internet: %v", err)