Author: lou
Date: 2007-09-19 10:13:30 -0700 (Wed, 19 Sep 2007)
New Revision: 6521
Modified:
openlaszlo/trunk/docs/src/developers/program-development.dbk
Log:
Change 20070919-lou-isO2ST by [EMAIL PROTECTED] on 2007-09-19 05:45:28 AST
in /home/lou/src/svn/openlaszlo/trunk/docs/src/developers
for http://svn.openlaszlo.org/openlaszlo/trunk/docs/src/developers
Summary: fix LPP-4529
New Features: spell-checked file
Bugs Fixed:
Technical Reviewer: Benjamin Shine
QA Reviewer: (pending)
Doc Reviewer: John Sundman
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/docs/src/developers/program-development.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/program-development.dbk
2007-09-19 16:56:48 UTC (rev 6520)
+++ openlaszlo/trunk/docs/src/developers/program-development.dbk
2007-09-19 17:13:30 UTC (rev 6521)
@@ -25,7 +25,7 @@
repeat steps 2-5 until the program is perfect</para></listitem><listitem><para>
deploy the application</para></listitem></orderedlist>
<para>
-Each of these steps is described in turn below, and explored in greater depth
throughout this Guide. But first we'll say a word aobut the Developer's
Console, which is the default interface for performing common development
activities.</para>
+Each of these steps is described in turn below, and explored in greater depth
throughout this Guide. But first we'll say a word about the Developer's
Console, which is the default interface for performing common development
activities.</para>
<para/><section><title>The Developer's Console</title>
<para>
The Developer's Console is a small OpenLaszlo application for selecting things
like the target runtime, the deployment mode (proxied or SOLO) and whether the
debugger is included. When you first compile an OpenLaszlo application (as
explained below), by default it is returned with the Developer's Console
appearing at the bottom of the application.</para>
@@ -103,7 +103,7 @@
</para>
<para>
Internet Explorer uses an ActiveX
-control to display Fash files. It assumes that a local file
+control to display Flash files. It assumes that a local file
trying to access an ActiveX control may very well be a virus, so it
puts up the warning.
</para>
@@ -197,7 +197,7 @@
in the opening tag:</para>
<example role="live-example"><title>invisible canvas</title><programlisting>
-<canvas height="20" width="30>
+<canvas height="20" width="30">
</canvas>
</programlisting></example>
@@ -220,7 +220,7 @@
<!--unknown tag: script-->
tag</title>
-<para>Within LZX applications, you can embed arbitrary Javascript
+<para>Within LZX applications, you can embed arbitrary JavaScript
functions by nesting them in
<indexterm><primary>script</primary></indexterm><sgmltag
class="element"><script></sgmltag>
constructs. This is helpful for defining (global) functions that will
be used by different classes. The
<indexterm><primary>script</primary></indexterm><sgmltag
class="element"><script></sgmltag> tag must
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins