summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2012-04-24 23:31:32 +0200
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-05-11 18:25:36 +0530
commite54b0fa6c9776dc72d15fbcacaac93942ee4d4bd (patch)
treea65af3b5ae9b2f4c582adb04c4de8f6a14c41d88
parentec316b04acb9b3f0a79f7e5d322674f3fa241338 (diff)
Correct spelling of PulseAudio
• s,Pulseaudio,PulseAudio, • One last occurence of this “error” is in the French translation.
-rw-r--r--man/pulse-daemon.conf.5.xml.in2
-rw-r--r--src/modules/alsa/mixer/profile-sets/default.conf2
-rw-r--r--src/modules/alsa/module-alsa-card.c4
-rw-r--r--src/modules/module-equalizer-sink.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
index 5f647508..79f970e6 100644
--- a/man/pulse-daemon.conf.5.xml.in
+++ b/man/pulse-daemon.conf.5.xml.in
@@ -153,7 +153,7 @@ USA.
<p><opt>local-server-type=</opt> Please don't use this option if
you don't have to! This option is currently only useful when you
want D-Bus clients to use a remote server. This option may be
- removed in future versions. If you only want to run Pulseaudio
+ removed in future versions. If you only want to run PulseAudio
in the system mode, use the <opt>system-instance</opt> option.
This option takes one of <opt>user</opt>, <opt>system</opt> or
<opt>none</opt> as the argument. This is essentially a duplicate
diff --git a/src/modules/alsa/mixer/profile-sets/default.conf b/src/modules/alsa/mixer/profile-sets/default.conf
index 28c8650d..31d58cf3 100644
--- a/src/modules/alsa/mixer/profile-sets/default.conf
+++ b/src/modules/alsa/mixer/profile-sets/default.conf
@@ -72,7 +72,7 @@
; # section title is the name of the volume element.
; #
; # NOTE: This feature is meant just as a help for figuring out the correct
-; # decibel values. Pulseaudio is not the correct place to maintain the
+; # decibel values. PulseAudio is not the correct place to maintain the
; # decibel mappings!
; #
; # If you need this feature, then you should make sure that when you have
diff --git a/src/modules/alsa/module-alsa-card.c b/src/modules/alsa/module-alsa-card.c
index 3493465a..b06394d7 100644
--- a/src/modules/alsa/module-alsa-card.c
+++ b/src/modules/alsa/module-alsa-card.c
@@ -540,10 +540,10 @@ int pa__init(pa_module *m) {
if (!pa_hashmap_isempty(u->profile_set->decibel_fixes))
pa_log_warn("Card %s uses decibel fixes (i.e. overrides the decibel information for some alsa volume elements). "
"Please note that this feature is meant just as a help for figuring out the correct decibel values. "
- "Pulseaudio is not the correct place to maintain the decibel mappings! The fixed decibel values "
+ "PulseAudio is not the correct place to maintain the decibel mappings! The fixed decibel values "
"should be sent to ALSA developers so that they can fix the driver. If it turns out that this feature "
"is abused (i.e. fixes are not pushed to ALSA), the decibel fix feature may be removed in some future "
- "Pulseaudio version.", u->card->name);
+ "PulseAudio version.", u->card->name);
return 0;
diff --git a/src/modules/module-equalizer-sink.c b/src/modules/module-equalizer-sink.c
index e07452cd..adaef694 100644
--- a/src/modules/module-equalizer-sink.c
+++ b/src/modules/module-equalizer-sink.c
@@ -3,7 +3,7 @@
This module is based off Lennart Poettering's LADSPA sink and swaps out
LADSPA functionality for a dbus-aware STFT OLA based digital equalizer.
- All new work is published under Pulseaudio's original license.
+ All new work is published under PulseAudio's original license.
Copyright 2009 Jason Newton <nevion@gmail.com>