diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-06-19 22:11:49 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-06-19 22:11:49 +0000 |
commit | 10b5e997d7a8a4e955ce49cc816fdcd36225ff6e (patch) | |
tree | de6785c72370c527f6197920a6b226e09a935946 /src/pulse/introspect.h | |
parent | 955e33db6076a6266d4decfbeb64d89a9b8d516c (diff) |
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1036 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulse/introspect.h')
-rw-r--r-- | src/pulse/introspect.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h index 8fe218bcd..23d736c65 100644 --- a/src/pulse/introspect.h +++ b/src/pulse/introspect.h @@ -35,7 +35,7 @@ * \section overv_sec Overview * * Sometimes it is necessary to query and modify global settings in the - * server. For this, Polypaudio has the introspection API. It can list sinks, + * server. For this, PulseAudio has the introspection API. It can list sinks, * sources, samples and other aspects of the server. It can also modify the * attributes of the server that will affect operations on a global level, * and not just the application's context. @@ -121,7 +121,7 @@ * * \subsection module_subsec Driver Modules * - * Polypaudio driver modules are identified by index and are retrieved using either + * PulseAudio driver modules are identified by index and are retrieved using either * pa_context_get_module_info() or pa_context_get_module_info_list(). The * information structure is called pa_module_info. * @@ -137,7 +137,7 @@ * * \subsection client_subsec Clients * - * Polypaudio clients are also identified by index and are retrieved using + * PulseAudio clients are also identified by index and are retrieved using * either pa_context_get_client_info() or pa_context_get_client_info_list(). * The information structure is called pa_client_info. * |