Skip to content

Commit

Permalink
[win] fix typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Apr 28, 2013
1 parent 724d422 commit f293517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/threads/platform/win/Win32Exception.cpp
Expand Up @@ -309,7 +309,7 @@ bool win32_exception::write_stacktrace(EXCEPTION_POINTERS* pEp)
}

access_violation::access_violation(EXCEPTION_POINTERS* info) :
win32_exception(info,"access_voilation"), mAccessType(Invalid), mBadAddress(0)
win32_exception(info,"access_violation"), mAccessType(Invalid), mBadAddress(0)
{
switch(info->ExceptionRecord->ExceptionInformation[0])
{
Expand Down

0 comments on commit f293517

Please sign in to comment.