[Libreoffice-commits] core.git: framework/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 7 22:27:38 UTC 2020


 framework/source/inc/pattern/frame.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3de0dc1582a8dfea5f81c81e0dc7e63710aa4ad
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Feb 7 22:46:51 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Feb 7 23:27:00 2020 +0100

    Fix typo
    
    Change-Id: I372f5b8fe3d2b1db8e9b672e67709f68b22735b3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88253
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/source/inc/pattern/frame.hxx b/framework/source/inc/pattern/frame.hxx
index 963c97d33c9f..97808c19232b 100644
--- a/framework/source/inc/pattern/frame.hxx
+++ b/framework/source/inc/pattern/frame.hxx
@@ -37,7 +37,7 @@ namespace framework{
             Delegating of the ownership can be influenced from
             outside. If closing isn't possible (because the
             needed interface isn't available) dispose() is tried instead.
-            Al possible exception are handled inside.
+            All possible exception are handled inside.
             So the user of this method has to look for the return value only.
 
     @attention  The given resource will not be cleared.


More information about the Libreoffice-commits mailing list