diff --git a/aegisub/src/video_provider_avs.cpp b/aegisub/src/video_provider_avs.cpp
index af4b5a06996cf27089678b12190d595ad3cb7b7c..428d8f32e45ac48daab1ff18a3377292920f9591 100644
--- a/aegisub/src/video_provider_avs.cpp
+++ b/aegisub/src/video_provider_avs.cpp
@@ -95,7 +95,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.";