sgala       2005/04/12 15:55:27

  Modified:    src/java/org/apache/jetspeed/services/security/registry
                        RegistryAccessController.java
               xdocs    portlet_config_RSS.xml code-standards.xml
               src/java/org/apache/jetspeed/modules/actions/controllers
                        MultiColumnControllerAction.java
               webapp   LoggedInWelcome.html
  Log:
  while at this, s/their is/there is/ in a number of places, including front 
page. :-)
  
  Revision  Changes    Path
  1.11      +2 -2      
jakarta-jetspeed/src/java/org/apache/jetspeed/services/security/registry/RegistryAccessController.java
  
  Index: RegistryAccessController.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/services/security/registry/RegistryAccessController.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- RegistryAccessController.java     23 Feb 2004 03:54:03 -0000      1.10
  +++ RegistryAccessController.java     12 Apr 2005 22:55:27 -0000      1.11
  @@ -107,7 +107,7 @@
               }
           }
           if (registryEntry==null) {
  -            return true; // Since their is no entry, their no security to 
test.  Per spec. all is allowed
  +            return true; // Since there is no entry, their no security to 
test.  Per spec. all is allowed
           }
   
           return checkPermission(user, registryEntry, action, owner);
  
  
  
  1.7       +1 -1      jakarta-jetspeed/xdocs/portlet_config_RSS.xml
  
  Index: portlet_config_RSS.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/portlet_config_RSS.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- portlet_config_RSS.xml    17 Mar 2004 21:27:50 -0000      1.6
  +++ portlet_config_RSS.xml    12 Apr 2005 22:55:27 -0000      1.7
  @@ -76,7 +76,7 @@
       
       <section name='Element: meta-info'>
         <p>
  -        Portlet title and description.  By default the title is the name of 
the portlet and their is no description.
  +        Portlet title and description.  By default the title is the name of 
the portlet and there is no description.
         </p>
         <p>
           This element is optional, but it's use is suggested.
  
  
  
  1.14      +2 -2      jakarta-jetspeed/xdocs/code-standards.xml
  
  Index: code-standards.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/code-standards.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- code-standards.xml        17 Mar 2004 21:27:50 -0000      1.13
  +++ code-standards.xml        12 Apr 2005 22:55:27 -0000      1.14
  @@ -220,7 +220,7 @@
             <br/>
             <strong>Unit Test Groups</strong>
             <p>
  -            These are unit tests grouped logically.  In some case their is a
  +            These are unit tests grouped logically.  In some case there is a
               testing hierarchy.  In the case of unittest-security.  It is 
composed
               of the security implementation test, i.e. 
unittest-security-registry
               and unittest-security-turbine.
  
  
  
  1.34      +2 -2      
jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/controllers/MultiColumnControllerAction.java
  
  Index: MultiColumnControllerAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/controllers/MultiColumnControllerAction.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- MultiColumnControllerAction.java  21 Mar 2005 18:21:36 -0000      1.33
  +++ MultiColumnControllerAction.java  12 Apr 2005 22:55:27 -0000      1.34
  @@ -335,7 +335,7 @@
                       continue;
                   }
   
  -                // Let's make sure their is a title
  +                // Let's make sure there is a title
                   titles.put(identityElement.getId(), 
CustomLocalization.getString("CUSTOMIZER_NOTITLESET", rundata));
               }
           }
  
  
  
  1.4       +1 -1      jakarta-jetspeed/webapp/LoggedInWelcome.html
  
  Index: LoggedInWelcome.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/LoggedInWelcome.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LoggedInWelcome.html      17 Mar 2004 20:05:17 -0000      1.3
  +++ LoggedInWelcome.html      12 Apr 2005 22:55:27 -0000      1.4
  @@ -17,7 +17,7 @@
   <center><strong>Congratulations, You are logged!</strong></center>
   <p>
   This is an example of a portlet with the parameter "_showtitlebar" set to 
  -"false".  Notice their is no title or buttons (Minimize, Maximize, Close, 
  +"false".  Notice there is no title or buttons (Minimize, Maximize, Close, 
   or Customize) for this portlet displayed.  If the skin borders the content 
   or the portlet, then you will see a frame around this portlet.
   </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to