From e0ce2962cf70c2c46e04bf0926a1589be1a4ca90 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 30 Nov 2012 17:06:01 -0800 Subject: [PATCH] Fix typo in a VFW error message --- aegisub/src/video_provider_avs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/video_provider_avs.cpp b/aegisub/src/video_provider_avs.cpp index 969c46722..2ba5ff638 100644 --- a/aegisub/src/video_provider_avs.cpp +++ b/aegisub/src/video_provider_avs.cpp @@ -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."; break; 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; default: warning += "Unknown error.";