diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-11 11:01:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-11 16:19:58 +0200 |
commit | 28dfcd5da4cfb26d31cce7bf2ad7baa3bee1f350 (patch) | |
tree | 6e20bf3ef0a8bcbff1835ca7f7fbc3dba2d3bcde /starmath | |
parent | 198f5a16fd4c5bf691a3450bbf16e88c000f9baa (diff) |
Fix typos
Change-Id: I204178ed4cf0fd3f43043cf1dfde85bb27002fee
Reviewed-on: https://gerrit.libreoffice.org/37498
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/visitors.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx index 93d935a099ab..a0a337c79525 100644 --- a/starmath/source/visitors.cxx +++ b/starmath/source/visitors.cxx @@ -937,7 +937,7 @@ void SmCaretPosGraphBuildingVisitor::Visit( SmSubSupNode* pNode ) * * FROM * \endcode - * Notice, CSUP, etc. are actually granchildren, but inorder to ignore H, these are visited + * Notice, CSUP, etc. are actually grandchildren, but inorder to ignore H, these are visited * from here. If they are present, that is if pOper is an instance of SmSubSupNode. * * Graph over these, where "left" is before the SmOperNode and "right" is after: |