From 534b2a4b58ba765dbc256d6297e33453524915e2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini <andrea.gelmini@gelma.net> Date: Tue, 2 Feb 2016 19:47:20 +0100 Subject: Fix typos Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> --- include/oox/mathml/importutils.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox/mathml') diff --git a/include/oox/mathml/importutils.hxx b/include/oox/mathml/importutils.hxx index 52f72797ee50..2ec7af716a7c 100644 --- a/include/oox/mathml/importutils.hxx +++ b/include/oox/mathml/importutils.hxx @@ -122,7 +122,7 @@ public: std::map< int, OUString > attrs; }; /** - Structure representing a tag, including its attributes and content text immediatelly following it. + Structure representing a tag, including its attributes and content text immediately following it. */ struct OOX_DLLPUBLIC Tag { -- cgit