summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-05 01:00:20 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-05 01:00:20 -0500
commitfb4b5d2a5588b69291656872f912eb022b7a03a2 (patch)
tree14904a5729905ba598f37f7273fb4a62004d3024 /kjsembed/docs/examples
parent8aa20fb7fcfdfa8f57f1e76fb1bba346b65a1eb7 (diff)
downloadtdebindings-fb4b5d2a5588b69291656872f912eb022b7a03a2.tar.gz
tdebindings-fb4b5d2a5588b69291656872f912eb022b7a03a2.zip
Fix inadvertent renaming and typos.
Diffstat (limited to 'kjsembed/docs/examples')
-rw-r--r--kjsembed/docs/examples/html2text/test.htm2
-rw-r--r--kjsembed/docs/examples/imageinfo/example.html2
-rwxr-xr-xkjsembed/docs/examples/imageinfo/imagegallery.js2
-rw-r--r--kjsembed/docs/examples/imageinfo/thumbs.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/kjsembed/docs/examples/html2text/test.htm b/kjsembed/docs/examples/html2text/test.htm
index 129032e1..b657fa08 100644
--- a/kjsembed/docs/examples/html2text/test.htm
+++ b/kjsembed/docs/examples/html2text/test.htm
@@ -59,7 +59,7 @@ pre {
made scriptable without explicitly binding every object.&lt;/li>
&lt;/ul>
&lt;h3>First Steps - The Console Dialog&lt;/h3>
-&lt;p>The tquickest way to see what KJSEmbed can do is with kjscmd, a tool for running
+&lt;p>The quickest way to see what KJSEmbed can do is with kjscmd, a tool for running
scripts from the command line. To begin, we'll run kjscmd without any parameters
which brings up the KJSEmbed console dialog. The console provides an easy way
to run short (one line) scripts, as you can see in figure 1 the scripts have
diff --git a/kjsembed/docs/examples/imageinfo/example.html b/kjsembed/docs/examples/imageinfo/example.html
index 4a9873c7..2f616027 100644
--- a/kjsembed/docs/examples/imageinfo/example.html
+++ b/kjsembed/docs/examples/imageinfo/example.html
@@ -5,7 +5,7 @@
<body>
<h1 align="center">Image Gallery</h1>
<hr>
-<p>Here are some images, the larger ones have been scaled down to ensure this page loads tquickly. Click on an image or filename to see it full size.</p>
+<p>Here are some images, the larger ones have been scaled down to ensure this page loads quickly. Click on an image or filename to see it full size.</p>
<table border=0 width="90%" cellpadding="12" cellspacing="1">
<tr>
<td align="center"><a href="example1.png"><img border=0 width=197 height=160 src=thumb-example1.png></a></td>
diff --git a/kjsembed/docs/examples/imageinfo/imagegallery.js b/kjsembed/docs/examples/imageinfo/imagegallery.js
index dba3951c..4cc5bc2d 100755
--- a/kjsembed/docs/examples/imageinfo/imagegallery.js
+++ b/kjsembed/docs/examples/imageinfo/imagegallery.js
@@ -6,7 +6,7 @@
var default_title = 'Image Gallery';
var default_intro = 'Here are some images, the larger ones have been scaled down to '
- + 'ensure this page loads tquickly. Click on an image or filename '
+ + 'ensure this page loads quickly. Click on an image or filename '
+ 'to see it full size.';
var default_width = 250;
var default_height = 160;
diff --git a/kjsembed/docs/examples/imageinfo/thumbs.html b/kjsembed/docs/examples/imageinfo/thumbs.html
index 2c66e0a5..dd8ae478 100644
--- a/kjsembed/docs/examples/imageinfo/thumbs.html
+++ b/kjsembed/docs/examples/imageinfo/thumbs.html
@@ -5,7 +5,7 @@
<body>
<h1 align="center">Image Gallery</h1>
<hr>
-<p>Here are some images, the larger ones have been scaled down to ensure this page loads tquickly. Click on an image or filename to see it full size.</p>
+<p>Here are some images, the larger ones have been scaled down to ensure this page loads quickly. Click on an image or filename to see it full size.</p>
<table border=0 width="90%" cellpadding="12" cellspacing="1">
<tr>
<td align="center"><a href="example1.png"><img border=0 width=197 height=160 src="thumb-example1.png"></a></td>