mirror of
https://github.com/containers/podman.git
synced 2025-09-28 01:04:28 +08:00
Merge pull request #16560 from eriksjolund/fix_typo_a_an
Fix language. Mostly spelling a -> an
This commit is contained in:
@ -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{}
|
||||
|
Reference in New Issue
Block a user