Commit ded53747 authored by Jan-Erik Rediger's avatar Jan-Erik Rediger
Browse files

Fix a typo in the Mac OSX example

parent c18a5648
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment