OxyHsing / airmac

Automatically exported from code.google.com/p/airmac
0 stars 0 forks source link

Type-O - AirmacAppDelegate.m:Line 134 #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The word port has an extra 'o'.

NSLog(@"Server gestart op poort %d", [server port]);

Should be:

NSLog(@"Server gestart op port %d", [server port]);

Original issue reported on code.google.com by bu...@butchewing.com on 10 Feb 2014 at 10:00