From 7e6a21defcf964795bcf5daa34ff8fa555c33fa7 Mon Sep 17 00:00:00 2001 From: Dal Rupnik Date: Mon, 16 Jan 2017 11:01:25 +0100 Subject: [PATCH] Fixed typo in comment --- platforms/ios/build_framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/ios/build_framework.py b/platforms/ios/build_framework.py index ac5485442e..7e9ec0affd 100644 --- a/platforms/ios/build_framework.py +++ b/platforms/ios/build_framework.py @@ -24,7 +24,7 @@ The script should handle minor OpenCV updates efficiently - it does not recompile the library from scratch each time. However, opencv2.framework directory is erased and recreated on each run. -Adding --dymnamic parameter will build opencv2.framework as App Store dynamic framework. Only iOS 8+ versions are supported. +Adding --dynamic parameter will build opencv2.framework as App Store dynamic framework. Only iOS 8+ versions are supported. """ from __future__ import print_function