[ios] fix wrong spelling caused compile error on Xcode version 8.2.1(8C1002)
Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/56b1df4c Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/56b1df4c Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/56b1df4c Branch: refs/heads/master Commit: 56b1df4c03163c9a67d4df712ad84decdabe62f6 Parents: 6e71437 Author: æ¨ç <[email protected]> Authored: Thu Mar 16 16:39:50 2017 +0800 Committer: æ¨ç <[email protected]> Committed: Thu Mar 16 16:39:50 2017 +0800 ---------------------------------------------------------------------- ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/56b1df4c/ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h ---------------------------------------------------------------------- diff --git a/ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h b/ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h index ba4846d..851194d 100644 --- a/ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h +++ b/ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h @@ -7,7 +7,7 @@ */ #import <Foundation/Foundation.h> -#import "WXSDkInstance.h" +#import "WXSDKInstance.h" typedef NS_ENUM(int, WXSDKErrCode) {
