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/context.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/context.h')
-rw-r--r-- | src/pulse/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/context.h b/src/pulse/context.h index 65d70e8b1..ad8c9f3fa 100644 --- a/src/pulse/context.h +++ b/src/pulse/context.h @@ -59,7 +59,7 @@ * * \li \subpage mainloop - A minimal but fast implementation based on poll(). * \li \subpage threaded_mainloop - A special version of the previous - * implementation where all of Polypaudio's + * implementation where all of PulseAudio's * internal handling runs in a separate * thread. * \li \subpage glib-mainloop - A wrapper around GLIB's main loop. Available |