Fix typo in networking e2e

This commit is contained in:
Paul Morie
2015-04-22 10:57:26 -04:00
parent 8dbbf3da5c
commit 87ddd7c2e7

View File

@@ -85,7 +85,7 @@ var _ = Describe("Networking", func() {
//Assert basic external connectivity.
//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)