Skip to content

Commit

Permalink
Merge pull request openframeworks#3021 from superlukas/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
ofZach committed Jun 10, 2014
2 parents ce6f94b + c4c00da commit 3f501dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ofxiOS/src/app/ofAppiOSWindow.mm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
bAppCreated = true;

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
cout << " trying to lauunch delegate " << appDelegateClassName << endl;
cout << " trying to launch delegate " << appDelegateClassName << endl;
UIApplicationMain(nil, nil, nil, [NSString stringWithUTF8String:appDelegateClassName.c_str()]);
[pool release];
}
Expand Down

0 comments on commit 3f501dc

Please sign in to comment.