From 82367772bbbe7fbe9c0bf3b681a3b3f750ffee68 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 25 Mar 2015 23:44:21 -0400 Subject: Fix typo in Window::get_position docs --- src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.rs b/src/window.rs index 12e8538..d670e04 100644 --- a/src/window.rs +++ b/src/window.rs @@ -249,7 +249,7 @@ impl Window { /// Returns the position of the top-left hand corner of the window relative to the /// top-left hand corner of the desktop. /// - /// Note that the top-left hand corner of the desktop is not necessarly the same as + /// Note that the top-left hand corner of the desktop is not necessarily the same as /// the screen. If the user uses a desktop with multiple monitors, the top-left hand corner /// of the desktop is the top-left hand corner of the monitor at the top-left of the desktop. /// -- cgit v1.2.3