summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery
diff options
context:
space:
mode:
authorWol <anthony@youngman.org.uk>2010-11-10 10:56:50 +0000
committerDavid Tardon <dtardon@redhat.com>2010-11-10 14:16:26 +0100
commitfca20a49818feaaf000033c1d280eecd111fa3a0 (patch)
tree6a3db5adf03cde0f65efdff13ddde671587d92e8 /dbaccess/source/core/recovery
parent67a70f1ca4caa3c29d1e85bcc49f1bc5b60707dc (diff)
Fix spelling mistake
Diffstat (limited to 'dbaccess/source/core/recovery')
-rw-r--r--dbaccess/source/core/recovery/subcomponentrecovery.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/recovery/subcomponentrecovery.cxx b/dbaccess/source/core/recovery/subcomponentrecovery.cxx
index c579e014e657..c8c594a6f9cb 100644
--- a/dbaccess/source/core/recovery/subcomponentrecovery.cxx
+++ b/dbaccess/source/core/recovery/subcomponentrecovery.cxx
@@ -506,7 +506,7 @@ namespace dbaccess
case REPORT:
if ( sModuleIdentifier.equalsAscii( "com.sun.star.report.ReportDefinition" ) )
{
- // it's an SRB report desginer
+ // it's an SRB report designer
m_aCompDesc.bForEditing = true;
break;
}