Skip to content

Commit a698491

Browse files
fix spellchecks
Signed-off-by: adwait-godbole <[email protected]>
1 parent 224850b commit a698491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Helm
44

5-
We provide a Helm Chart to deploy Kmesh in Kubernets Cluster.
5+
We provide a Helm Chart to deploy Kmesh in Kubernetes Cluster.
66

77
```bash
88
helm install kmesh ./deploy/charts/kmesh-helm -n kmesh-system --create-namespace

pkg/nets/nets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func checkIPVersion() (ipv4, ipv6 bool) {
9090

9191
// Compare two slices and return the data added to a over b and the data missing from b over a.
9292
//
93-
// Arges:
93+
// Args:
9494
//
9595
// a: new data
9696
// b: old data

0 commit comments

Comments
 (0)