Fix a typo in the Mac OSX example

This commit is contained in:
Jan-Erik Rediger 2015-07-27 22:48:59 +02:00
parent c18a564818
commit ded5374763
1 changed files with 8 additions and 8 deletions

View File

@ -40,7 +40,7 @@ int main (int argc, char **argv) {
CFRunLoopRef loop = CFRunLoopGetCurrent();
if( !loop ) {
printf("Error: Cannot get current run lopp\n");
printf("Error: Cannot get current run loop\n");
return 1;
}