aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/traversal.rs
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2019-03-07 00:14:43 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2019-03-13 15:08:35 +0100
commit80ed0706397f0767f7c1c4f419e6061d79437d99 (patch)
treebe1fbddb4f602cc372fe7dfc6fc6b12c693a2400 /components/style/traversal.rs
parent18a0c9b03335caa974c140f6d246ef411a29e280 (diff)
downloadservo-80ed0706397f0767f7c1c4f419e6061d79437d99.tar.gz
servo-80ed0706397f0767f7c1c4f419e6061d79437d99.zip
style: fix a typo.
Diffstat (limited to 'components/style/traversal.rs')
-rw-r--r--components/style/traversal.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/traversal.rs b/components/style/traversal.rs
index f1821900bb4..d5a9a5c5033 100644
--- a/components/style/traversal.rs
+++ b/components/style/traversal.rs
@@ -686,7 +686,7 @@ where
// sibling or cousin. Otherwise, recascading a bunch of identical
// elements would unnecessarily flood the cache with identical entries.
//
- // This is analagous to the obvious "don't insert an element that just
+ // This is analogous to the obvious "don't insert an element that just
// got a hit in the style sharing cache" behavior in the MatchAndCascade
// handling above.
//