mirror of
https://github.com/containers/podman.git
synced 2025-06-05 05:57:24 +08:00
Spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@ -114,7 +114,7 @@ func GetRootlessPauseProcessPidPath() (string, error) {
|
||||
// files.
|
||||
func GetRootlessPauseProcessPidPathGivenDir(libpodTmpDir string) (string, error) {
|
||||
if libpodTmpDir == "" {
|
||||
return "", errors.Errorf("must provide non-empty tmporary directory")
|
||||
return "", errors.Errorf("must provide non-empty temporary directory")
|
||||
}
|
||||
return filepath.Join(libpodTmpDir, "pause.pid"), nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user