You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2006/04/27 19:37:32 UTC

svn commit: r397594 - /beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/strings.properties

Author: crogers
Date: Thu Apr 27 10:37:30 2006
New Revision: 397594

URL: http://svn.apache.org/viewcvs?rev=397594&view=rev
Log:
Fixed a minor typo in an error message.


Modified:
    beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/strings.properties

Modified: beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/strings.properties
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/strings.properties?rev=397594&r1=397593&r2=397594&view=diff
==============================================================================
--- beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/strings.properties (original)
+++ beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/strings.properties Thu Apr 27 10:37:30 2006
@@ -146,7 +146,7 @@
 No event method with matching name and signature found on EventSet: {0}.
 
 eventhandler.throws.mismatch=\
-Handler method {0} 'throws' clause is not a proper subset of the eventset method's 'throws' claus.  \
+Handler method {0} 'throws' clause is not a proper subset of the eventset method's 'throws' clause.  \
 Handlers may only throw throwables declared by the eventset method.
 
 versionsupported.failed=\