From c4c00dafa7bb2efc4f74eca8da507619761c1e35 Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 10 Jun 2014 16:50:29 +0200 Subject: [PATCH] Fixed typo --- addons/ofxiOS/src/app/ofAppiOSWindow.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/ofxiOS/src/app/ofAppiOSWindow.mm b/addons/ofxiOS/src/app/ofAppiOSWindow.mm index e9650659ff9..2617ff278a4 100644 --- a/addons/ofxiOS/src/app/ofAppiOSWindow.mm +++ b/addons/ofxiOS/src/app/ofAppiOSWindow.mm @@ -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]; }