summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-01-14 15:13:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-01-14 15:13:16 +0900
commit180271e987de9b80b4ecd826df960353b036b9fd (patch)
treed136ef489bf9e2c4cb75a11ac6b29478be22a26c
parent10eaaac020e32f0bbb3869cecee94df0955b6a3b (diff)
Fix typo
Change-Id: Idb7ce105bf347d7cfee039da8939aecf743f2c16
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XButton.java2
-rw-r--r--sc/source/core/opencl/openclwrapper.cxx2
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XButton.java b/qadevOOo/tests/java/ifc/awt/_XButton.java
index f26f925ccea9..c9ea36e60459 100644
--- a/qadevOOo/tests/java/ifc/awt/_XButton.java
+++ b/qadevOOo/tests/java/ifc/awt/_XButton.java
@@ -99,7 +99,7 @@ public class _XButton extends MultiMethodTest {
public void _setActionCommand() {
boolean result = true ;
- oObj.setActionCommand("XButtonComand") ;
+ oObj.setActionCommand("XButtonCommand") ;
tRes.tested("setActionCommand()", result) ;
}
diff --git a/sc/source/core/opencl/openclwrapper.cxx b/sc/source/core/opencl/openclwrapper.cxx
index 5925440b4198..ce6191f4b2a1 100644
--- a/sc/source/core/opencl/openclwrapper.cxx
+++ b/sc/source/core/opencl/openclwrapper.cxx
@@ -493,7 +493,7 @@ int OpenclDevice::initOpenclRunEnv( int argc )
if ( !isInited )
{
registOpenclKernel();
- //initialize devices, context, comand_queue
+ //initialize devices, context, command_queue
int status = initOpenclRunEnv( &gpuEnv );
if ( status )
{
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 8259cbf506cc..f7a73ea5e865 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -1908,7 +1908,7 @@ void PDFWriterImpl::computeDocumentIdentifier( std::vector< sal_uInt8 >& o_rIden
// according to ISO 19005-1:2005 6.7.3 the date is corrected for
// local time zone offset UTC only, whereas Acrobat 8 seems
// to use the localtime notation only
- // according to a raccomandation in XMP Specification (Jan 2004, page 75)
+ // according to a recommendation in XMP Specification (Jan 2004, page 75)
// the Acrobat way seems the right approach
aCreationMetaDateString.append( (sal_Char)('0' + ((aDT.Year/1000)%10)) );
aCreationMetaDateString.append( (sal_Char)('0' + ((aDT.Year/100)%10)) );