diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/media_plugins/webkit/linux_volume_catcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/webkit/linux_volume_catcher.cpp b/indra/media_plugins/webkit/linux_volume_catcher.cpp index cc5a456c96..6068c7610b 100644 --- a/indra/media_plugins/webkit/linux_volume_catcher.cpp +++ b/indra/media_plugins/webkit/linux_volume_catcher.cpp @@ -103,7 +103,7 @@ LinuxVolumeCatcherImpl::~LinuxVolumeCatcherImpl() void LinuxVolumeCatcherImpl::init() { - // try to be as robust as possible because PA's interface is a + // try to be as defensive as possible because PA's interface is a // bit fragile and (for our purposes) we'd rather simply not function // than crash mMainloop = pa_glib_mainloop_new(g_main_context_default()); |