aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmediaelement.rs
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-08-18 19:25:50 +0200
committerFernando Jiménez Moreno <ferjmoreno@gmail.com>2018-10-08 16:11:59 +0200
commitc8bc9c8740097eba74281215ab20b3b3ccb07839 (patch)
tree8fdc6545b977adf6681dd12456b204e2168e0380 /components/script/dom/htmlmediaelement.rs
parenteb13ddc00c566c695c64f9eda578d7a6e94c2c93 (diff)
downloadservo-c8bc9c8740097eba74281215ab20b3b3ccb07839.tar.gz
servo-c8bc9c8740097eba74281215ab20b3b3ccb07839.zip
htmlmediaelement: typo
Diffstat (limited to 'components/script/dom/htmlmediaelement.rs')
-rw-r--r--components/script/dom/htmlmediaelement.rs2
1 files changed, 1 insertions, 1 deletions
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.