From 3a6aad8571e8ccdecb5514897e11c714d51f652f Mon Sep 17 00:00:00 2001
From: Tobias Hunger <tobias.hunger@nokia.com>
Date: Mon, 12 Mar 2012 17:21:06 +0100
Subject: [PATCH] Fix some typos

Change-Id: I05bfe17c04fb5569d70a685a7a27ab287d0c4625
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
---
 src/plugins/projectexplorer/devicesupport/idevicefactory.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/projectexplorer/devicesupport/idevicefactory.h b/src/plugins/projectexplorer/devicesupport/idevicefactory.h
index b55570c98a1..631a28d37da 100644
--- a/src/plugins/projectexplorer/devicesupport/idevicefactory.h
+++ b/src/plugins/projectexplorer/devicesupport/idevicefactory.h
@@ -83,7 +83,7 @@ public:
     virtual IDeviceWidget *createWidget(const IDevice::Ptr &device, QWidget *parent = 0) const = 0;
 
     /*!
-      Returns true iff this factory supports the given device type.
+      Returns true if 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 iff the user should be allowed to edit the devices created by this
+      True if 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.
     */
-- 
GitLab