From c8bc9c8740097eba74281215ab20b3b3ccb07839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Sat, 18 Aug 2018 19:25:50 +0200 Subject: [PATCH] htmlmediaelement: typo --- components/script/dom/htmlmediaelement.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/script/dom/htmlmediaelement.rs b/components/script/dom/htmlmediaelement.rs index ad2a487a16f..13f6959e204 100644 --- a/components/script/dom/htmlmediaelement.rs +++ b/components/script/dom/htmlmediaelement.rs @@ -416,7 +416,7 @@ impl HTMLMediaElement { base_url: doc.base_url(), }; - // FIXME(nox): This will later call the resource_selection_algorith_sync + // FIXME(nox): This will later call the resource_selection_algorithm_sync // method from below, if microtasks were trait objects, we would be able // to put the code directly in this method, without the boilerplate // indirections.