From 5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 29 Mar 2014 18:53:49 +0100 Subject: typo: inteface -> interface --- starmath/source/accessibility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/source/accessibility.cxx') 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. } -- cgit