You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/03/16 08:59:44 UTC

[49/50] incubator-weex git commit: [ios] fix wrong spelling caused compile error on Xcode version 8.2.1(8C1002)

[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: \u6728\u74dc <mu...@uoko.com>
Authored: Thu Mar 16 16:39:50 2017 +0800
Committer: \u6728\u74dc <mu...@uoko.com>
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)
 {