Revert "Fix some typos"

This reverts commit 56a30f74577f52d74ecf5469be2d650d71252823

The original version is correct; the "fix" changes the meaning.
http://en.wikipedia.org/wiki/Iff
Change-Id: I1833b5229f4cfa2c7c9c4599963b097731b55fb5
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Christian Kandeler
2012-03-14 20:09:22 +01:00
parent 4b73fa190c
commit 254185c4ea

View File

@@ -83,7 +83,7 @@ public:
virtual IDeviceWidget *createWidget(const IDevice::Ptr &device, QWidget *parent = 0) const = 0;
/*!
Returns true if this factory supports the given device type.
Returns true iff this factory supports the given device type.
*/
virtual bool supportsDeviceType(const QString &type) const = 0;
@@ -106,7 +106,7 @@ public:
virtual QString displayNameForActionId(const QString &actionId) const = 0;
/*!
True if the user should be allowed to edit the devices created by this
True iff the user should be allowed to edit the devices created by this
factory. Returns true by default. Override if your factory creates fixed configurations
for which later editing makes no sense.
*/