Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : docs

Dir     : e17/docs/edjebook/xml


Modified Files:
        edc_ref.xml edc_tour.xml 


Log Message:
fixed some spelling mistakes
===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/edjebook/xml/edc_ref.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edc_ref.xml 2 Mar 2004 16:01:29 -0000       1.2
+++ edc_ref.xml 2 Mar 2004 16:08:38 -0000       1.3
@@ -141,7 +141,7 @@
         </entry>
   <entry>0;
         </entry>
-  <entry>Boolian value specifying whether the part accepts mouse events or not. No 
signals are generated from parts that do not accept events.
+  <entry>Boolean value specifying whether the part accepts mouse events or not. No 
signals are generated from parts that do not accept events.
         </entry>
 </row>
 
@@ -152,7 +152,7 @@
         </entry>
   <entry>0;
         </entry>
-  <entry>Boolian value specifying whether a part repeats an event to the part below 
it.  When repeat is set to 0 (off, the default) and two parts that acc
+  <entry>Boolean value specifying whether a part repeats an event to the part below 
it.  When repeat is set to 0 (off, the default) and two parts that acc
 ept events
         are on top of each other the top most object will recieve the event and not 
any parts below it, turning repeat to 1 (on) will continue to send the
  event down to
@@ -216,7 +216,7 @@
         </entry>
   <entry>0;
         </entry>
-  <entry>Boolian value specifying whether part is visable or not. Non-visable parts 
do not generate events.
+  <entry>Boolean value specifying whether part is visable or not. Non-visable parts 
do not generate events.
         </entry>
 </row>
 
@@ -425,7 +425,7 @@
         </entry>
   <entry>0;
         </entry>
-  <entry>Boolian value determinaning whether scaled images will be smoothed, 0 for 
no, 1 for yes.
+  <entry>Boolean value determining whether scaled images will be smoothed, 0 for no, 
1 for yes.
         </entry>
 </row>
 
@@ -525,7 +525,7 @@
         </entry>
   <entry>HOR_VAL VERT_VAL;
         </entry>
-  <entry>Boolian values specifying whether to scale text to fill its container 
horizontally (arg1) and/or vertically (arg2).  Default is 0 0;
+  <entry>Boolean values specifying whether to scale text to fill its container 
horizontally (arg1) and/or vertically (arg2).  Default is 0 0;
         </entry>
 </row>
 
@@ -536,7 +536,7 @@
         </entry>
   <entry>HOR_VAL VERT_VAL;
         </entry>
-  <entry>Boolian values specifying whether the current text string should define the 
minimum size of the part, such that all future changes to the text st
+  <entry>Boolean values specifying whether the current text string should define the 
minimum size of the part, such that all future changes to the text st
 ring can
         be no smaller both horizontally (arg1) and vertically (arg2).
         </entry>
===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/edjebook/xml/edc_tour.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edc_tour.xml        20 Feb 2004 08:22:10 -0000      1.1
+++ edc_tour.xml        2 Mar 2004 16:08:38 -0000       1.2
@@ -220,7 +220,7 @@
 Groups contain parts and programs.  Each part is a particular piece of your 
interface, such as a text label, or a rectangle,
 or an image.  Each part has an individual name for reference by other parts of your 
EDC, again choose this name as descriptively
 as you can.  Following the name we can define our part as one of the following types, 
IMAGE, RECT or TEXT.  Looking at our EDC
-example you can see that our first part is an image named "background".  The keyword 
"mouse_events" is a boolian value
+example you can see that our first part is an image named "background".  The keyword 
"mouse_events" is a boolean value
 defining whether or not this part accepts mouse events (such as clicks, mouse overs, 
etc), 0 for no and 1 for yes.   More options
 than just these 3 can be used, please refer to the reference for other avalible 
options.
 </para>




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to