chore: fix some typos in comments (#1863)

Signed-off-by: cuiyourong <cuiyourong@gmail.com>
This commit is contained in:
cuiyourong
2024-04-25 08:41:58 -04:00
committed by GitHub
parent cdcb0e7f61
commit d274f9947d
3 changed files with 3 additions and 3 deletions
@@ -327,7 +327,7 @@ func TestKomposeConvert(t *testing.T) {
opt kobject.ConvertOptions
expectedNumObjs int
}{
// objects generated are deployment, service nework policies (2) and pvc
// objects generated are deployment, service network policies (2) and pvc
"Convert to Deployments (D)": {newKomposeObject(), kobject.ConvertOptions{CreateD: true, Replicas: replicas, IsReplicaSetFlag: true}, 4},
"Convert to Deployments (D) with v3 replicas": {newKomposeObject(), kobject.ConvertOptions{CreateD: true}, 4},
"Convert to DaemonSets (DS)": {newKomposeObject(), kobject.ConvertOptions{CreateDS: true}, 4},