diff --git a/Classes/BITFeedbackListViewController.m b/Classes/BITFeedbackListViewController.m index ad9b3133ef..ab338e9528 100644 --- a/Classes/BITFeedbackListViewController.m +++ b/Classes/BITFeedbackListViewController.m @@ -303,7 +303,7 @@ } - (UIView*) viewForShowingActionSheetOnPhone { - //find the topmost presented viewcontroller + //find the topmost presented view controller //and use its view UIViewController* topMostPresentedViewController = self.view.window.rootViewController; while(topMostPresentedViewController.presentedViewController) {