You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by sc...@apache.org on 2006/08/31 19:30:56 UTC

svn commit: r438992 - /shale/sandbox/shale-dialog2/src/main/java/org/apache/shale/dialog2/Contexts.java

Author: schof
Date: Thu Aug 31 10:30:55 2006
New Revision: 438992

URL: http://svn.apache.org/viewvc?rev=438992&view=rev
Log:
fixed a typo in the docs

Modified:
    shale/sandbox/shale-dialog2/src/main/java/org/apache/shale/dialog2/Contexts.java

Modified: shale/sandbox/shale-dialog2/src/main/java/org/apache/shale/dialog2/Contexts.java
URL: http://svn.apache.org/viewvc/shale/sandbox/shale-dialog2/src/main/java/org/apache/shale/dialog2/Contexts.java?rev=438992&r1=438991&r2=438992&view=diff
==============================================================================
--- shale/sandbox/shale-dialog2/src/main/java/org/apache/shale/dialog2/Contexts.java (original)
+++ shale/sandbox/shale-dialog2/src/main/java/org/apache/shale/dialog2/Contexts.java Thu Aug 31 10:30:55 2006
@@ -20,7 +20,7 @@
 
 /**
  * <p>Accessor utility for the various {@link Context} instances that have
- * been activated within thw scope of the current user's session.</p>
+ * been activated within the scope of the current user's session.</p>
  * 
  * <p><strong>IMPLEMENTATION NOTE</strong> - Implementations of this interface
  * will be stored in session scope, so they should be serializable.</p>