Merge pull request #16560 from eriksjolund/fix_typo_a_an

Fix language. Mostly spelling a -> an
This commit is contained in:
OpenShift Merge Robot
2022-11-20 17:04:36 -05:00
committed by GitHub
22 changed files with 26 additions and 26 deletions

View File

@ -284,7 +284,7 @@ func ParseCgroupNamespace(ns string) (Namespace, error) {
return toReturn, nil
}
// ParseIPCNamespace parses a ipc namespace specification in string
// ParseIPCNamespace parses an ipc namespace specification in string
// form.
func ParseIPCNamespace(ns string) (Namespace, error) {
toReturn := Namespace{}