summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-18 12:37:04 +0800
committerMichael Meeks <michael.meeks@suse.com>2012-02-18 09:35:43 +0000
commit23af031b09dffe37222517d69f5337db26fdb307 (patch)
treeae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /dbaccess
parentRemove unused code (diff)
downloadcore-23af031b09dffe37222517d69f5337db26fdb307.tar.gz
core-23af031b09dffe37222517d69f5337db26fdb307.zip
Fix typos in comments
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/subcomponentmanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/subcomponentmanager.cxx b/dbaccess/source/ui/app/subcomponentmanager.cxx
index 4cbd6f14ace9..428f2ef88401 100644
--- a/dbaccess/source/ui/app/subcomponentmanager.cxx
+++ b/dbaccess/source/ui/app/subcomponentmanager.cxx
@@ -168,7 +168,7 @@ namespace dbaui
xController.set( xFrame->getController(), UNO_SET_THROW );
}
- // check wether there is a model (not required)
+ // check whether there is a model (not required)
xModel.set( xController->getModel() );
}