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/ChangeLog | 2 +- kjsembed/docs/embedding/simple-embed/README | 2 +- 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 +- kjsembed/docs/tutorial/kjsembed.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kjsembed/docs') diff --git a/kjsembed/docs/ChangeLog b/kjsembed/docs/ChangeLog index 9a4ee30e..acf9f517 100644 --- a/kjsembed/docs/ChangeLog +++ b/kjsembed/docs/ChangeLog @@ -2303,7 +2303,7 @@ 2003-11-22 Saturday 00:54 geiseri - Make the compiler a little tquieter by commenting out unused args in functions. + Make the compiler a little quieter by commenting out unused args in functions. 2003-11-21 Friday 20:13 rich diff --git a/kjsembed/docs/embedding/simple-embed/README b/kjsembed/docs/embedding/simple-embed/README index 4d07166c..39de8b2f 100644 --- a/kjsembed/docs/embedding/simple-embed/README +++ b/kjsembed/docs/embedding/simple-embed/README @@ -1,5 +1,5 @@ ----------------------------------------------- -Kde application framework template tquickstart +Kde application framework template quickstart Author: Thomas Nagy Date: 2004-03-22 ----------------------------------------------- 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.

diff --git a/kjsembed/docs/tutorial/kjsembed.html b/kjsembed/docs/tutorial/kjsembed.html index 58aa869e..8147c6c2 100644 --- a/kjsembed/docs/tutorial/kjsembed.html +++ b/kjsembed/docs/tutorial/kjsembed.html @@ -60,7 +60,7 @@ pre { made scriptable without explicitly binding every object.

First Steps - The Console Dialog

-

The tquickest way to see what KJSEmbed can do is with kjscmd, a tool for running +

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 -- cgit v1.2.1