summaryrefslogtreecommitdiffstats
path: root/src/sdk/sdkapp.h
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-10-31 09:19:23 +0100
committerNiels Weber <niels.weber@digia.com>2014-10-31 09:55:27 +0100
commit074688b9ba3aa2d38ef375bf278f36bd8ef977b1 (patch)
tree1b050051a00d60195f4b18cf84860820107bf65d /src/sdk/sdkapp.h
parent3bba22fdcc02418f3781df13c80029f853545918 (diff)
Replace all occurrences of "can not" with "cannot"
Also fix some other issues in the touched strings, making them comply to Qt style. Change-Id: I46515e1a3bec5e21610943ded2ef7fa1f09a4a15 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/sdk/sdkapp.h')
-rw-r--r--src/sdk/sdkapp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sdk/sdkapp.h b/src/sdk/sdkapp.h
index a96be1e8e..1a5520c85 100644
--- a/src/sdk/sdkapp.h
+++ b/src/sdk/sdkapp.h
@@ -73,13 +73,13 @@ public:
}
/*!
- Returns the installer/ maintenance tool binary. In case of an installer this will be the
+ Returns the installer / maintenance tool binary. In case of an installer this will be the
installer binary itself, which contains the binary layout and the binary content. In case
of an maintenance tool, it will return a binary that has just a binary layout append.
- Note on OSX: For compatibility reason this function will return the a .dat file located
- inside the resource folder in the application bundle, as on OSX the binary layout can not
- be appended to the actual installer/ maintenance tool binary itself because of signing.
+ Note on OS X: For compatibility reason this function will return the a .dat file located
+ inside the resource folder in the application bundle, as on OS X the binary layout cannot
+ be appended to the actual installer / maintenance tool binary itself because of signing.
*/
QString binaryFile() const
{
@@ -97,7 +97,7 @@ public:
}
/*!
- Returns the corresponding .dat file for a given installer/ maintenance tool binary or an
+ Returns the corresponding .dat file for a given installer / maintenance tool binary or an
empty string if it fails to find one.
*/
QString datFile(const QString &binaryFile) const