mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
media-session: fix spelling mistake
This commit is contained in:
parent
14fdf07e8f
commit
3174e8b69e
1 changed files with 1 additions and 1 deletions
|
|
@ -1768,7 +1768,7 @@ static int state_dir(struct sm_media_session *sess)
|
|||
if (errno == ENOENT) {
|
||||
pw_log_info("creating state directory %s", impl->state_dir);
|
||||
if (mkdir(impl->state_dir, 0700) < 0) {
|
||||
pw_log_info("Cant create state directory %s: %m", impl->state_dir);
|
||||
pw_log_info("Can't create state directory %s: %m", impl->state_dir);
|
||||
return -errno;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue