diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-01 15:19:11 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-01 15:19:11 (GMT) |
commit | d190802d33b763e7a21b85fb3dc2ed7c039ddbb6 (patch) | |
tree | d945449884c12b5df28f9766ca6523b6707e39d5 /tools/macdeployqt | |
parent | 24a4c51b3d8fabb0164fbe94a1e5b813e1827721 (diff) | |
download | Qt-d190802d33b763e7a21b85fb3dc2ed7c039ddbb6.zip Qt-d190802d33b763e7a21b85fb3dc2ed7c039ddbb6.tar.gz Qt-d190802d33b763e7a21b85fb3dc2ed7c039ddbb6.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'tools/macdeployqt')
-rw-r--r-- | tools/macdeployqt/shared/shared.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/macdeployqt/shared/shared.cpp b/tools/macdeployqt/shared/shared.cpp index 52cf04b..c7d23c0 100644 --- a/tools/macdeployqt/shared/shared.cpp +++ b/tools/macdeployqt/shared/shared.cpp @@ -388,7 +388,7 @@ DeploymentInfo deployQtFrameworks(QList<FrameworkInfo> frameworks, foreach (FrameworkInfo dependency, dependencies) { changeInstallName(dependency.installName, dependency.deployedInstallName, deployedBinaryPath); - // Deploy framework if neccesary. + // Deploy framework if necessary. if (copiedFrameworks.contains(dependency.frameworkName) == false && frameworks.contains(dependency) == false) { frameworks.append(dependency); } |