Fix a few "it's -> its" typos

This commit is contained in:
Alexander E. Patrakov 2014-03-07 21:26:28 +06:00 committed by Tanu Kaskinen
parent 89749a5379
commit 305409cfcf
6 changed files with 8 additions and 8 deletions

View file

@ -502,7 +502,7 @@ static inline struct entry *load_or_initialize_entry(struct userdata *u, struct
entry->description = pa_xstrdup(old->description);
entry->icon = pa_xstrdup(old->icon);
} else {
/* This is a new device, so make sure we write it's priority list correctly */
/* This is a new device, so make sure we write its priority list correctly */
role_indexes_t max_priority;
pa_datum key;
bool done;
@ -1328,7 +1328,7 @@ static int extension_cb(pa_native_protocol *p, pa_module *m, pa_native_connectio
}
pa_hashmap_free(h);
pa_log_error("Client specified an unknown device in it's reorder list.");
pa_log_error("Client specified an unknown device in its reorder list.");
goto fail;
}
entry_free(e);