Skip to content

Commit 0438503

Browse files
committed
fixup: separator (old code)
1 parent 7aa9fcd commit 0438503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

XBMC Remote/ViewControllerIPad.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ - (void)changeLeftMenu:(CGFloat)maxMenuItems {
277277
// Main menu
278278
[menuViewController setMenuHeight:tableHeight];
279279

280-
// Seperator
280+
// Separator
281281
CGRect frame = playlistHeader.frame;
282282
frame.origin.y = tableHeight;
283283
playlistHeader.frame = frame;
@@ -302,7 +302,7 @@ - (void)createLeftMenu:(NSInteger)maxMenuItems {
302302
menuViewController.view.backgroundColor = UIColor.clearColor;
303303
[leftMenuView addSubview:menuViewController.view];
304304

305-
// Seperator
305+
// Separator
306306
playlistHeader = [[UILabel alloc] initWithFrame:CGRectMake(0, tableHeight, PAD_MENU_TABLE_WIDTH, PLAYLIST_HEADER_HEIGHT)];
307307
playlistHeader.backgroundColor = UIColor.clearColor;
308308
playlistHeader.textColor = UIColor.lightGrayColor;

0 commit comments

Comments
 (0)