Fix typo in a VFW error message

This commit is contained in:
Thomas Goyne 2012-11-30 17:06:01 -08:00
parent c2a43a2356
commit e0ce2962cf

View file

@ -93,7 +93,7 @@ AvisynthVideoProvider::AvisynthVideoProvider(wxString filename)
warning += "The file could not be opened. It might be in use by another application, or you do not have permission to access it."; warning += "The file could not be opened. It might be in use by another application, or you do not have permission to access it.";
break; break;
case REGDB_E_CLASSNOTREG: case REGDB_E_CLASSNOTREG:
warning += "There is no handler installed for the file extension. This might indicate a fundameltal problem in your Video for Windows installation, and can be caused by extremely stripped Windows installations."; warning += "There is no handler installed for the file extension. This might indicate a fundamental problem in your Video for Windows installation, and can be caused by extremely stripped Windows installations.";
break; break;
default: default:
warning += "Unknown error."; warning += "Unknown error.";