summaryrefslogtreecommitdiff
path: root/automation/source
diff options
context:
space:
mode:
authormikew <mikew@whiteley.org>2011-11-25 10:22:17 -0800
committerCaolán McNamara <caolanm@redhat.com>2011-11-25 20:28:33 +0000
commit7e9eda006be9a1af14a8e8a6cb4a20cf2171de13 (patch)
tree8a6a3995c25153b1a43ff3bbeba0ab4c10579185 /automation/source
parent9eac8b2d2d5b77e1aa537a8e3756ffbbb10d7e0e (diff)
Fixed spelling: Spechial -> Special
Diffstat (limited to 'automation/source')
-rw-r--r--automation/source/app/testbasi.cxx2
-rw-r--r--automation/source/app/testbasi.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/automation/source/app/testbasi.cxx b/automation/source/app/testbasi.cxx
index 87ecf3e72045..c7a28d6c961b 100644
--- a/automation/source/app/testbasi.cxx
+++ b/automation/source/app/testbasi.cxx
@@ -114,7 +114,7 @@ sal_Bool TTBasic::Compile( SbModule* p )
return MyBasic::Compile( p );
}
-const String TTBasic::GetSpechialErrorText()
+const String TTBasic::GetSpecialErrorText()
{
String nErrorText;
if ( pTestObject && IS_ERROR() && GetErrorCode() == GET_ERROR()->nError )
diff --git a/automation/source/app/testbasi.hxx b/automation/source/app/testbasi.hxx
index c21f2d5ef4f7..4f90d0772ea9 100644
--- a/automation/source/app/testbasi.hxx
+++ b/automation/source/app/testbasi.hxx
@@ -55,7 +55,7 @@ public:
void LoadIniFile();
SbTextType GetSymbolType( const String &Symbol, sal_Bool bWasTTControl );
- virtual const String GetSpechialErrorText();
+ virtual const String GetSpecialErrorText();
virtual void ReportRuntimeError( AppBasEd *pEditWin );
virtual void DebugFindNoErrors( sal_Bool bDebugFindNoErrors );
};