From 058abcd4af86c8b035245854973fbe8c8b8165cd Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 15 Jan 2007 06:53:37 +0000 Subject: [PATCH] Typo in example comment --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 254fead38f..20c3915364 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2246,7 +2246,7 @@ $wgTrustedMediaFormats= array( MEDIATYPE_VIDEO, //all plain video formats "image/svg", //svg (only needed if inline rendering of svg is not supported) "application/pdf", //PDF files - #"application/x-shockwafe-flash", //flash/shockwave movie + #"application/x-shockwave-flash", //flash/shockwave movie ); /** -- 2.20.1