From ae62708a7f96be31c5fd28aa2c62ea6946cd143a Mon Sep 17 00:00:00 2001 From: James Cameron Date: Wed, 19 Jul 2017 17:29:09 +1000 Subject: [PATCH] Documentation - small typos --- src/sugar3/activity/__init__.py | 2 +- src/sugar3/graphics/icon.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sugar3/activity/__init__.py b/src/sugar3/activity/__init__.py index 6fba9620..c94b4d19 100644 --- a/src/sugar3/activity/__init__.py +++ b/src/sugar3/activity/__init__.py @@ -17,7 +17,7 @@ """Activity implementation code for Sugar-based activities -Each activity within the OLPC environment must provide two +Each activity within the Sugar environment must provide two dbus services. The first, patterned after the sugar3.activity.activityfactory.ActivityFactory diff --git a/src/sugar3/graphics/icon.py b/src/sugar3/graphics/icon.py index 46fefc7d..8864bee3 100644 --- a/src/sugar3/graphics/icon.py +++ b/src/sugar3/graphics/icon.py @@ -39,7 +39,7 @@ X" option to 11, "Spacing Y" to 11 and "Major grid line every" to 1. Before your icon is ready to be used in Sugar, it needs to be Sugarized. This converts the colors to SVG entities, which allows Sugar to change the colors -of the icon. To do that, just run the `sugar-iconfiy`__ script. Usually, it +of the icon. To do that, just run the `sugar-iconify`__ script. Usually, it "just works" like:: python path/to/sugar-iconify.py -o icon.svg