Author: Tobias Schlitt
Date: 2006-01-19 15:27:02 +0100 (Thu, 19 Jan 2006)
New Revision: 1980

Log:
- Typos.

Modified:
   packages/ConsoleTools/trunk/docs/tutorial.txt

Modified: packages/ConsoleTools/trunk/docs/tutorial.txt
===================================================================
--- packages/ConsoleTools/trunk/docs/tutorial.txt       2006-01-19 12:57:13 UTC 
(rev 1979)
+++ packages/ConsoleTools/trunk/docs/tutorial.txt       2006-01-19 14:27:02 UTC 
(rev 1980)
@@ -6,8 +6,8 @@
 Introduction
 ============
 
-The ConsoleTools components provides several useful tools to build
-applications that run on a computers console (sometimes also called Shell or
+The ConsoleTools component provides several useful tools to build
+applications that run on a computers console (sometimes also called shell or
 command line). Usually one would not expect to see a component like this for a
 language like PHP, but since PHP 4 more and more features were included in PHP
 which make the language quite neat as a shell scripting language. Indeed you
@@ -26,11 +26,11 @@
 used directly.
 
 ezcConsoleOutput
-  This class is responsible for printing on the console. It allows you to
-  print texts in different colors and using different background colors.
+  ezcConsoleOutput is responsible for printing text to the console. It allows 
+  you to print texts in different colors and using different background colors.
   Beside that, it can apply other styling information to the text, like making
-  it bold or underlined. Another feature is, that can automatically wrap text
-  for you, after a certain amount of characters, if you want, and handle
+  it bold or underlined. Another feature is, that it can automatically wrap 
text
+  for you after a certain amount of characters, if you want, and handle
   output of different verbosity levels.
 
 ezcConsoleInput

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to