From 8961f69c7eb1b5cc52616153e5a79b06d1171c83 Mon Sep 17 00:00:00 2001 From: Vincent Palmer Date: Wed, 29 Nov 2017 16:01:26 +0100 Subject: [PATCH] Fixed typo --- pkg/proxy/ipvs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/ipvs/README.md b/pkg/proxy/ipvs/README.md index c0f616c9217..a93cf77b53a 100644 --- a/pkg/proxy/ipvs/README.md +++ b/pkg/proxy/ipvs/README.md @@ -8,7 +8,7 @@ This document shows how to use kube-proxy ipvs mode. Linux kernel. IPVS runs on a host and acts as a load balancer in front of a cluster of real servers. IPVS can direct requests for TCP -and UDP-based services to the real servers, and make services of real servers appear as irtual services on a single IP address. +and UDP-based services to the real servers, and make services of real servers appear as virtual services on a single IP address. ## How to use