diff options
author | Gregg King <smokedart@gmail.com> | 2013-02-28 18:11:24 -0400 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-03-02 02:45:55 +0000 |
commit | db7a441342f7a22d23492dbd25b113e9573db192 (patch) | |
tree | e599f39d757a43af20bc16851072c396634da07d /avmedia | |
parent | 9ca5383abfb7f2f785e9f2e2d5b2565b9a60bbab (diff) |
Typo fix: informations -> information and a few other adjacent typos.
FDO:60724
Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b
Reviewed-on: https://gerrit.libreoffice.org/2479
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/framework/soundhandler.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/framework/soundhandler.cxx b/avmedia/source/framework/soundhandler.cxx index 1eae3551ee15..dce38b9af8b6 100644 --- a/avmedia/source/framework/soundhandler.cxx +++ b/avmedia/source/framework/soundhandler.cxx @@ -220,7 +220,7 @@ void SAL_CALL SoundHandler::impl_initService() /*-************************************************************************************************************//** @short standard ctor - @descr These initialize a new instance of this class with needed informations for work. + @descr These initialize a new instance of this class with needed information for work. @seealso using at owner @@ -396,8 +396,8 @@ OUString SAL_CALL SoundHandler::detect( css::uno::Sequence< css::beans::Property /*-************************************************************************************************************//** @short call back of sound player - @descr Our player call us back to give us some informations. - We use this informations to callback our might existing listener. + @descr Our player call us back to give us some information. + We use this information to callback our might existing listener. @seealso method dispatchWithNotification() |