filter/source/config/cache/filtercache.cxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 143de4b1a9d6c45dce55c6c40061643c965492c6
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Mar 5 20:48:20 2022 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Mar 6 10:39:02 2022 +0100

    os thrown -> is thrown
    
    Change-Id: I114bb29c59ad9a4b20ca3f34b057b02d439fbd77
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131067
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/filter/source/config/cache/filtercache.cxx 
b/filter/source/config/cache/filtercache.cxx
index 4cfda1dc8b10..eb602355ce20 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -1272,7 +1272,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
        )
     {
         // Attention! If config couldn't be opened successfully
-        // and exception os thrown automatically and must be forwarded
+        // and exception is thrown automatically and must be forwarded
         // to our caller...
         css::uno::Reference< css::container::XNameAccess > 
xTypes(impl_openConfig(E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
         {
@@ -1289,7 +1289,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
        )
     {
         // Attention! If config couldn't be opened successfully
-        // and exception os thrown automatically and must be forwarded
+        // and exception is thrown automatically and must be forwarded
         // to our call...
         css::uno::Reference< css::container::XNameAccess > 
xTypes(impl_openConfig(E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
         {
@@ -1306,7 +1306,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
        )
     {
         // Attention! If config couldn't be opened successfully
-        // and exception os thrown automatically and must be forwarded
+        // and exception is thrown automatically and must be forwarded
         // to our call...
         css::uno::Reference< css::container::XNameAccess > 
xFilters(impl_openConfig(E_PROVIDER_FILTERS), css::uno::UNO_QUERY_THROW);
         {
@@ -1323,7 +1323,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
        )
     {
         // Attention! If config couldn't be opened successfully
-        // and exception os thrown automatically and must be forwarded
+        // and exception is thrown automatically and must be forwarded
         // to our call...
         css::uno::Reference< css::container::XNameAccess > 
xLoaders(impl_openConfig(E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
         {
@@ -1340,7 +1340,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
        )
     {
         // Attention! If config couldn't be opened successfully
-        // and exception os thrown automatically and must be forwarded
+        // and exception is thrown automatically and must be forwarded
         // to our call...
         css::uno::Reference< css::container::XNameAccess > 
xHandlers(impl_openConfig(E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
         {

Reply via email to