Am Freitag, den 17.08.2007, 08:43 +0000 schrieb [EMAIL PROTECTED]:
> Author: mmao
> Date: Fri Aug 17 01:43:48 2007
> New Revision: 566965
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=566965
> Log:
> Fix bunch of misspelt words
>
>
I see that you're having fun with your new toy. :)
> ==============================================================================
> ---
> incubator/cxf/trunk/tools/javato/core/src/main/java/org/apache/cxf/tools/java2wsdl/processor/Messages.properties
> (original)
> +++
> incubator/cxf/trunk/tools/javato/core/src/main/java/org/apache/cxf/tools/java2wsdl/processor/Messages.properties
> Fri Aug 17 01:43:48 2007
> @@ -20,7 +20,7 @@
> #
> FAIL_TO_CREATE_WSDL_DEFINITION = Fail to create wsdl definition
> CREATE_JAXBRICONTEXT_EXCEPTION = Fail to create jaxbRIContext
> -PART_ALREADY_EXIST = Follwoing part already exist : {0}
> +PART_ALREADY_EXIST = Following part already exist : {0}
While you are at it, I would do a search on " : "
and replace it with ": ". (e.g., "Error : "
becomes "Error: ")
Glen