Skip to content

Commit

Permalink
profile: "resulution" -> "resolution"
Browse files Browse the repository at this point in the history
Fixes spelling in error message.
  • Loading branch information
pao committed Jul 29, 2014
1 parent 168f317 commit d60dcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static DWORD WINAPI profile_bt( LPVOID lparam )
{
TIMECAPS tc;
if (MMSYSERR_NOERROR!=timeGetDevCaps(&tc, sizeof(tc))) {
fputs("failed to get get timer resulution",stderr);
fputs("failed to get get timer resolution",stderr);
hBtThread = 0;
return 0;
}
Expand Down

0 comments on commit d60dcbd

Please sign in to comment.