esdcompat is a compatiblity script that takes the
+
esdcompat is a compatibility script that takes the
same arguments as the ESD sound daemon , but uses them to start a the PulseAudio sound server with the appropriate parameters. It is
required to make PulseAudio a drop-in replacement for esd, i.e. it
diff --git a/man/pacat.1.xml.in b/man/pacat.1.xml.in
index 66125d7ef..868e77227 100644
--- a/man/pacat.1.xml.in
+++ b/man/pacat.1.xml.in
@@ -189,7 +189,7 @@ USA.
@@ -409,7 +409,7 @@ USA.
on trusted systems. To do that start PulseAudio with
--realtime (see above) or enabled the appropriate option in
daemon.conf. Since acquiring realtime scheduling is a
- priviliged operation on most systems, some special changes to the
+ privileged operation on most systems, some special changes to the
system configuration need to be made to allow them to the calling
user. Two options are available:
@@ -420,12 +420,12 @@ USA.
/etc/security/limits.conf, a resource limit of 9 is recommended.
Alternatively, the SUID root bit can be set for the PulseAudio
- binary. Then, the daemon will drop root priviliges immediately on
+ binary. Then, the daemon will drop root privileges immediately on
startup, however retain the CAP_NICE capability (on systems that
support it), but only if the calling user is a member of the
pulse-rt group (see above). For all other users all
- capababilities are dropped immediately. The advantage of this
- solution is that the real-time priviliges are only granted to the
+ capabilities are dropped immediately. The advantage of this
+ solution is that the real-time privileges are only granted to the
PulseAudio daemon -- not to all the user's processes.
Alternatively, if the risk of locking up the machine is
@@ -433,7 +433,7 @@ USA.
scheduling can be enabled instead (i.e. negative nice level). This
can be enabled by passing --high-priority (see above)
when starting PulseAudio and may also be enabled with the
- approriate option in daemon.conf. Negative nice
+ appropriate option in daemon.conf. Negative nice
levels can only be enabled when the appropriate resource limit
RLIMIT_NICE is set (see for
more information), possibly configured in
@@ -443,7 +443,7 @@ USA.
-
The PulseAudio client libraries check for the existance of the
+
The PulseAudio client libraries check for the existence of the
following environment variables and change their local configuration accordingly:
$PULSE_SERVER: the server string specifying the server to connect to when a client asks for a sound server connection and doesn't explicitly ask for a specific server.
diff --git a/po/pl.po b/po/pl.po
index e0aa27b71..2b9f1368f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2607,12 +2607,12 @@ msgid ""
"\n"
" -h, --help Show this help\n"
" --version Show version\n"
-"When no command is given pacdm starts in the interactive mode\n"
+"When no command is given pacmd starts in the interactive mode\n"
msgstr ""
"\n"
" -h, --help Wyświetla tę pomoc\n"
" --version Wyświetla wersję\n"
-"Jeśli nie podano polecenia, to program pacdm zostaje uruchomiony w trybie "
+"Jeśli nie podano polecenia, to program pacmd zostaje uruchomiony w trybie "
"interaktywnym\n"
#: ../src/utils/pacmd.c:131
diff --git a/po/uk.po b/po/uk.po
index d55a68886..b76df78d1 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2674,7 +2674,7 @@ msgid ""
"\n"
" -h, --help Show this help\n"
" --version Show version\n"
-"When no command is given pacdm starts in the interactive mode\n"
+"When no command is given pacmd starts in the interactive mode\n"
msgstr ""
"\n"
" -h, --help Показати цю довідку\n"
diff --git a/src/utils/pacmd.c b/src/utils/pacmd.c
index a2492fdca..dc477aae8 100644
--- a/src/utils/pacmd.c
+++ b/src/utils/pacmd.c
@@ -83,7 +83,7 @@ static void help(const char *argv0) {
printf(_("\n"
" -h, --help Show this help\n"
" --version Show version\n"
- "When no command is given pacdm starts in the interactive mode\n" ));
+ "When no command is given pacmd starts in the interactive mode\n" ));
}
enum {