From 46536f4b6be2638e8ffadfcd92368466bf2c5f81 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Fri, 17 Feb 2017 20:10:18 +0800 Subject: [PATCH] fix import typo which may introduce compilation error --- ObjectiveGit/GTRepository+References.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObjectiveGit/GTRepository+References.h b/ObjectiveGit/GTRepository+References.h index 6809d9876..89ba93ca3 100644 --- a/ObjectiveGit/GTRepository+References.h +++ b/ObjectiveGit/GTRepository+References.h @@ -6,7 +6,7 @@ // Copyright (c) 2015 GitHub, Inc. All rights reserved. // -#import "GTrepository.h" +#import "GTRepository.h" NS_ASSUME_NONNULL_BEGIN