Fix typos

This commit is contained in:
Zhang Wanming 2010-12-20 17:20:57 +08:00 committed by Colin Guthrie
parent b75b8aaf42
commit 0c0c285e79
10 changed files with 16 additions and 16 deletions

View file

@ -90,7 +90,7 @@ static const char *command_names[PA_COMMAND_MAX] = {
[PA_COMMAND_SET_SINK_VOLUME] = "SET_SINK_VOLUME",
[PA_COMMAND_SET_SINK_INPUT_VOLUME] = "SET_SINK_INPUT_VOLUME",
[PA_COMMAND_SET_SOURCE_VOLUME] = "SET_SOURCE_VOLME",
[PA_COMMAND_SET_SOURCE_VOLUME] = "SET_SOURCE_VOLUME",
[PA_COMMAND_SET_SINK_MUTE] = "SET_SINK_MUTE",
[PA_COMMAND_SET_SOURCE_MUTE] = "SET_SOURCE_MUTE",

View file

@ -218,7 +218,7 @@ int pa_pid_file_create(const char *procname) {
if (procname)
if ((ours = proc_name_ours(pid, procname)) < 0) {
pa_log_warn("Could not check to see if pid %lu is a pulseaudio process. "
"Asssuming it is and the daemon is already running.", (unsigned long) pid);
"Assuming it is and the daemon is already running.", (unsigned long) pid);
goto fail;
}