summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples
diff options
context:
space:
mode:
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.</li>
</ul>
<h3>First Steps - The Console Dialog</h3>
-<p>The tquickest way to see what KJSEmbed can do is with kjscmd, a tool for running
+<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>