From fb4b5d2a5588b69291656872f912eb022b7a03a2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 5 May 2013 01:00:20 -0500 Subject: Fix inadvertent renaming and typos. --- kjsembed/docs/examples/html2text/test.htm | 2 +- kjsembed/docs/examples/imageinfo/example.html | 2 +- kjsembed/docs/examples/imageinfo/imagegallery.js | 2 +- kjsembed/docs/examples/imageinfo/thumbs.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kjsembed/docs/examples') 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 @@

Image Gallery


-

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.

+

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.

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 @@

Image Gallery


-

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.

+

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.

-- cgit v1.2.1