Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalpa Welivitigoda <callkalpa@gmail.com>2013-08-11 05:39:46 (GMT)
committer Kalpa Welivitigoda <callkalpa@gmail.com>2013-08-11 05:39:46 (GMT)
commita7bd6eaebaf018fa61d09e3b5f37d31d30d7074b (patch)
tree68b5e74553cf802bf1bd30e65c98a8aa0a878881
parentadf484e6a3192602e2c2991bc3325fbeb881e892 (diff)
fixed a typo
-rw-r--r--po/about_sugar.pot4
-rw-r--r--source/about_sugar.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/po/about_sugar.pot b/po/about_sugar.pot
index eb9fe38..174b9fc 100644
--- a/po/about_sugar.pot
+++ b/po/about_sugar.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sugar 0.94\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-08-10 19:46\n"
+"POT-Creation-Date: 2013-08-11 11:08\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -158,7 +158,7 @@ msgstr ""
#: ../../source/about_sugar.rst:67
# 89869fd748f7467cb1b37140c741adf8
-msgid "An interpreted language is a programming language whose instructions are interpreted \"on the fly\" (or compiled to a virtual machine code) as opposed to precompiled. The significant of interpreted languages to the Sugar platform include: platform independence, ease of debugging, ready access to source code, and small program size. Python is a general-purpose, high-level programming language. It emphasizes code readability and features a minimalist syntax and comprehensive standard library."
+msgid "An interpreted language is a programming language whose instructions are interpreted \"on the fly\" (or compiled to a virtual machine code) as opposed to precompiled. The significance of interpreted languages to the Sugar platform include: platform independence, ease of debugging, ready access to source code, and small program size. Python is a general-purpose, high-level programming language. It emphasizes code readability and features a minimalist syntax and comprehensive standard library."
msgstr ""
#: ../../source/about_sugar.rst:71
diff --git a/source/about_sugar.rst b/source/about_sugar.rst
index 2ba74c7..be1466a 100644
--- a/source/about_sugar.rst
+++ b/source/about_sugar.rst
@@ -64,7 +64,7 @@ Sugar Labs is a non-profit foundation whose mission is to produce, distribute, a
.. [2] Reflective practice is a concept introduced by Donald Schön in his book The Reflective Practitioner. Reflective practice involves students applying their own experiences to practice while being mentored by domain experts. In the context of Sugar, the expert could be a teacher, a parent, a community member, or a fellow student.
-.. [3] An interpreted language is a programming language whose instructions are interpreted "on the fly" (or compiled to a virtual machine code) as opposed to precompiled. The significant of interpreted languages to the Sugar platform include: platform independence, ease of debugging, ready access to source code, and small program size. Python is a general-purpose, high-level programming language. It emphasizes code readability and features a minimalist syntax and comprehensive standard library.
+.. [3] An interpreted language is a programming language whose instructions are interpreted "on the fly" (or compiled to a virtual machine code) as opposed to precompiled. The significance of interpreted languages to the Sugar platform include: platform independence, ease of debugging, ready access to source code, and small program size. Python is a general-purpose, high-level programming language. It emphasizes code readability and features a minimalist syntax and comprehensive standard library.
:author: