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

@ -1233,7 +1233,7 @@ static DBusMessage *endpoint_set_configuration(DBusConnection *conn, DBusMessage
goto fail2;
}
} else {
/* InterfacesAdded signal is probably on it's way, device_info_valid is kept as 0. */
/* InterfacesAdded signal is probably on its way, device_info_valid is kept as 0. */
pa_log_warn("SetConfiguration() received for unknown device %s", dev_path);
d = device_create(y, dev_path);
}