[gnome-devel-docs] Fix typos



commit 0a95ef80dac1474a02a67d621b59e31ebc7f6574
Author: Rafael Fontenelle <rafaelff gnome org>
Date:   Fri Sep 14 08:07:42 2018 -0300

    Fix typos
    
    icon-design.page: programatically -> programmatically
    menuss.page: targetted -> targeted

 hig/C/icon-design.page | 4 ++--
 hig/C/menus.page       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/hig/C/icon-design.page b/hig/C/icon-design.page
index 71aca11d..4a7c1e1d 100644
--- a/hig/C/icon-design.page
+++ b/hig/C/icon-design.page
@@ -47,11 +47,11 @@
 <section id="shadows">
 <title>Shadows</title>
 
-<p>Shadows can be drawn internally, within a full-color icon, with the light source pointing straight from 
above. However, shadows should not be drawn outside the main silhouette of the icon, as these are generated 
programatically based on the context. When app icons are presented on a white background, for example, a 
strong drop shadow is rendered to help define the contours.</p>
+<p>Shadows can be drawn internally, within a full-color icon, with the light source pointing straight from 
above. However, shadows should not be drawn outside the main silhouette of the icon, as these are generated 
programmatically based on the context. When app icons are presented on a white background, for example, a 
strong drop shadow is rendered to help define the contours.</p>
 
 <media type="image" mime="image/png" src="figures/icons/dropshadow.png"/>
 
-<p>Versions of application icons can also be programatically generated for development or nightly builds.</p>
+<p>Versions of application icons can also be programmatically generated for development or nightly 
builds.</p>
 </section>
 
 <section id="palette">
diff --git a/hig/C/menus.page b/hig/C/menus.page
index 9ab173a0..f482bcd9 100644
--- a/hig/C/menus.page
+++ b/hig/C/menus.page
@@ -50,7 +50,7 @@
 <p>Organize similar menu items into groups using dividers - this will make them easier to understand and 
quicker to use. When creating groups:</p>
 
 <list>
-<item><p>Order groups and group items logically, either by importance, task order, or expected frequency of 
use. Items at the top and bottom of the menu are more noticeable and easily targetted, so reserve these 
locations for particularly important or interesting functionality.</p></item>
+<item><p>Order groups and group items logically, either by importance, task order, or expected frequency of 
use. Items at the top and bottom of the menu are more noticeable and easily targeted, so reserve these 
locations for particularly important or interesting functionality.</p></item>
 <item><p>Place single-item groups at the top or bottom of the menu, or group them together with other single 
items.</p></item>
 <item><p>Do not mix different types of menu item within each group - actions, check box and radio button 
items should be kept separate.</p></item>
 </list>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]