From 85439a29353b4dbc4a737a247c7ac678e316a9f3 Mon Sep 17 00:00:00 2001 From: Nikhil Shagrithaya Date: Sun, 15 Jan 2017 02:39:00 +0530 Subject: [PATCH] Minor spelling corrections --- components/constellation/frame.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/constellation/frame.rs b/components/constellation/frame.rs index d137e504f67..1613e18b670 100644 --- a/components/constellation/frame.rs +++ b/components/constellation/frame.rs @@ -11,12 +11,12 @@ use std::mem::replace; use std::time::Instant; /// A frame in the frame tree. -/// Each frame is the constrellation's view of a browsing context. +/// Each frame is the constellation's view of a browsing context. /// Each browsing context has a session history, caused by /// navigation and traversing the history. Each frame has its /// current entry, plus past and future entries. The past is sorted -/// chronologically, the future is sorted reverse chronoogically: -/// in partiucular prev.pop() is the latest past entry, and +/// chronologically, the future is sorted reverse chronologically: +/// in particular prev.pop() is the latest past entry, and /// next.pop() is the earliest future entry. #[derive(Debug, Clone)] pub struct Frame {