diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:53:49 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:31 +0100 |
commit | 5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd (patch) | |
tree | 77c41dc0fd79491c8b3304c4965f464d2e3a98c9 /starmath | |
parent | 920931529e2b7b11777328e91e2dcf3b7b746c1d (diff) |
typo: inteface -> interface
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/accessibility.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx index 284dd2d167e0..446941cb6809 100644 --- a/starmath/source/accessibility.cxx +++ b/starmath/source/accessibility.cxx @@ -858,7 +858,7 @@ SvxEditViewForwarder* SmEditSource::GetEditViewForwarder( bool /*bCreate*/ ) void SmEditSource::UpdateData() { - // would possibly only by needed if the XText inteface is implemented + // would possibly only by needed if the XText interface is implemented // and its text needs to be updated. } |