From dfd5dd6dc3646700437c5cbefd5e439d97af7c92 Mon Sep 17 00:00:00 2001 From: Paul Cutler Date: Sun, 30 May 2010 07:45:34 +0800 Subject: fix type 'to to' bgo 619565 --- gnome2-user-guide/C/gosoverview.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome2-user-guide/C/gosoverview.xml b/gnome2-user-guide/C/gosoverview.xml index 9a502af..35eb642 100644 --- a/gnome2-user-guide/C/gosoverview.xml +++ b/gnome2-user-guide/C/gosoverview.xml @@ -145,7 +145,7 @@ overview - A window is a rectangular area of the screen, usually with a border all around and a title bar at the top. You can think of a window as a screen within the screen. Each window displays an application, allowing you to to have more than one application visible, and work on more than one task at a time. You can also think of windows as pieces of paper on your desktop: they can overlap, or be side by side, for example. + A window is a rectangular area of the screen, usually with a border all around and a title bar at the top. You can think of a window as a screen within the screen. Each window displays an application, allowing you to have more than one application visible, and work on more than one task at a time. You can also think of windows as pieces of paper on your desktop: they can overlap, or be side by side, for example. You can control a window's position of the screen, as well as its size. You can control which windows overlap other windows, so the one you want to work with is completely visible. For more about moving and resizing windows, see . -- cgit