[Libreoffice-commits] core.git: include/sax

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 8 07:22:39 UTC 2020


 include/sax/fshelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0eff4285eff1a5b6a220067adf605fbaaed2ccfe
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 7 20:36:43 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 8 09:21:50 2020 +0200

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

diff --git a/include/sax/fshelper.hxx b/include/sax/fshelper.hxx
index e4b5072345e2..f5d92eed1c50 100644
--- a/include/sax/fshelper.hxx
+++ b/include/sax/fshelper.hxx
@@ -161,7 +161,7 @@ private:
 
 typedef std::shared_ptr< FastSerializerHelper > FSHelperPtr;
 
-// Helpers to make intention to pass optional attributes to *Element finctions explicit, instead of
+// Helpers to make intention to pass optional attributes to *Element functions explicit, instead of
 // using `(condition) ? value.toUtf8().getStr() : nullptr` syntax.
 inline const char* UseIf(const char* s, bool bUse) { return bUse ? s : nullptr; }
 // OString, OUString


More information about the Libreoffice-commits mailing list