--- a/src/hbcore/devicedialogbase/hbdevicedialogplugin.cpp Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbcore/devicedialogbase/hbdevicedialogplugin.cpp Wed Aug 18 10:05:37 2010 +0300
@@ -95,7 +95,7 @@
required platform security capabilities it will not load. Plugins are searched from device's
local drives. The search order is rom-drives, non-removable drives and removable drives. Once
a pluging is found the search stops. This implies that plugins on rom drives cannot be
- overriden by plugins on other drives.
+ overridden by plugins on other drives.
<b>Platform dependent.</b>Plugin location differs depending on platform. On Symbian, device dialog
plugin stubs (.qtplugin) are located in /resource/plugins/devicedialogs directory and executables
@@ -578,7 +578,7 @@
Returns a pointer to an object that is a sender of deviceDialogClosed() and deviceDialogData()
signals. There is a default implementation which returns null. In this case it is assumed that
- the device dialog widget is the signal source. This function may be overriden for example in
+ the device dialog widget is the signal source. This function may be overridden for example in
a case where the dialog widget is encapsulated by a container class which sends the required
signals. Note that there has to be one to one relationship between the widget and the sender.
I.e. there is a one sender object per widget.