include/sax/fshelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0eff4285eff1a5b6a220067adf605fbaaed2ccfe Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jul 7 20:36:43 2020 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
