You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by km...@apache.org on 2009/01/30 17:55:40 UTC

svn commit: r739333 - /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java

Author: kmenard
Date: Fri Jan 30 16:55:39 2009
New Revision: 739333

URL: http://svn.apache.org/viewvc?rev=739333&view=rev
Log:
Fixed a typo.

Modified:
    tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java

Modified: tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java?rev=739333&r1=739332&r2=739333&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java (original)
+++ tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java Fri Jan 30 16:55:39 2009
@@ -35,7 +35,7 @@
         StringBuilder builder = new StringBuilder();
 
         builder.append(BORDER);
-        builder.append("\nSeleninum failure processing comamnd ");
+        builder.append("\nSeleninum failure processing command ");
         builder.append(command);
         builder.append("(");
 



Re: svn commit: r739333 - /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java

Posted by Kevin Menard <ni...@gmail.com>.
I missed that one.  The fix was for "command."  Oops.
-- 
Kevin



On Fri, Jan 30, 2009 at 11:59 AM, Christian Edward Gruber
<ch...@gmail.com> wrote:
> Um.  where's the fix?   The inserted text still spells it Seleninum.
>
> Christian.
>
> On 30-Jan-09, at 11:55 , kmenard@apache.org wrote:
>
>> Author: kmenard
>> Date: Fri Jan 30 16:55:39 2009
>> New Revision: 739333
>>
>> URL: http://svn.apache.org/viewvc?rev=739333&view=rev
>> Log:
>> Fixed a typo.
>>
>> Modified:
>>
>> tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java
>>
>> Modified:
>> tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java
>> URL:
>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java?rev=739333&r1=739332&r2=739333&view=diff
>>
>> ==============================================================================
>> ---
>> tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java
>> (original)
>> +++
>> tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java
>> Fri Jan 30 16:55:39 2009
>> @@ -35,7 +35,7 @@
>>        StringBuilder builder = new StringBuilder();
>>
>>        builder.append(BORDER);
>> -        builder.append("\nSeleninum failure processing comamnd ");
>> +        builder.append("\nSeleninum failure processing command ");
>>        builder.append(command);
>>        builder.append("(");
>>
>>
>>
>
> Christian Edward Gruber
> christianedwardgruber@gmail.com
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: svn commit: r739333 - /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java

Posted by Christian Edward Gruber <ch...@gmail.com>.
Um.  where's the fix?   The inserted text still spells it Seleninum.

Christian.

On 30-Jan-09, at 11:55 , kmenard@apache.org wrote:

> Author: kmenard
> Date: Fri Jan 30 16:55:39 2009
> New Revision: 739333
>
> URL: http://svn.apache.org/viewvc?rev=739333&view=rev
> Log:
> Fixed a typo.
>
> Modified:
>    tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/ 
> tapestry5/test/ErrorReportingCommandProcessor.java
>
> Modified: tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/ 
> apache/tapestry5/test/ErrorReportingCommandProcessor.java
> URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java?rev=739333&r1=739332&r2=739333&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/ 
> tapestry5/test/ErrorReportingCommandProcessor.java (original)
> +++ tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/ 
> tapestry5/test/ErrorReportingCommandProcessor.java Fri Jan 30  
> 16:55:39 2009
> @@ -35,7 +35,7 @@
>         StringBuilder builder = new StringBuilder();
>
>         builder.append(BORDER);
> -        builder.append("\nSeleninum failure processing comamnd ");
> +        builder.append("\nSeleninum failure processing command ");
>         builder.append(command);
>         builder.append("(");
>
>
>

Christian Edward Gruber
christianedwardgruber@gmail.com




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org