Author: sebb
Date: Sat May  2 11:02:49 2009
New Revision: 770925

URL: http://svn.apache.org/viewvc?rev=770925&view=rev
Log:
Typos reported in Bug 47132

Modified:
    
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties

Modified: 
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=770925&r1=770924&r2=770925&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties 
(original)
+++ 
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties 
Sat May  2 11:02:49 2009
@@ -257,13 +257,13 @@
 generate=Generate
 generator=Name of Generator class
 generator_cnf_msg=Could not find the generator class. Please make sure you 
place your jar file in the /lib directory.
-generator_illegal_msg=Could not access the generator class due to 
IllegalAcessException.
+generator_illegal_msg=Could not access the generator class due to 
IllegalAccessException.
 generator_instantiate_msg=Could not create an instance of the generator 
parser. Please make sure the generator implements Generator interface.
 get_xml_from_file=File with SOAP XML Data (overrides above text)
 get_xml_from_random=Message Folder
 get_xml_message=Note\: Parsing XML is CPU intensive. Therefore, do not set the 
thread count
-get_xml_message2=too high. In general, 10 threads will consume 100% of the CPU 
on a 900mhz
-get_xml_message3=Pentium 3. On a pentium 4 2.4ghz cpu, 50 threads is the upper 
limit. Your
+get_xml_message2=too high. In general, 10 threads will consume 100% of the CPU 
on a 900MHz
+get_xml_message3=Pentium 3. On a Pentium 4 2.4GHz cpu, 50 threads is the upper 
limit. Your
 get_xml_message4=options for increasing the number of clients is to increase 
the number of
 get_xml_message5=machines or use multi-cpu systems.
 graph_choose_graphs=Graphs to Display
@@ -328,7 +328,7 @@
 javascript_expression=JavaScript expression to evaluate
 jexl_expression=JEXL expression to evaluate
 jms_auth_required=Required
-jms_client_caption=Receive client uses TopicSubscriber.receive() to listen for 
message.
+jms_client_caption=Receiver client uses TopicSubscriber.receive() to listen 
for message.
 jms_client_caption2=MessageListener uses onMessage(Message) interface to 
listen for new messages.
 jms_client_type=Client
 jms_communication_style=Communication style
@@ -436,7 +436,7 @@
 log_only=Log/Display Only:
 log_parser=Name of Log Parser class
 log_parser_cnf_msg=Could not find the class. Please make sure you place your 
jar file in the /lib directory.
-log_parser_illegal_msg=Could not access the class due to IllegalAcessException.
+log_parser_illegal_msg=Could not access the class due to 
IllegalAcecssException.
 log_parser_instantiate_msg=Could not create an instance of the log parser. 
Please make sure the parser implements LogParser interface.
 log_sampler=Tomcat Access Log Sampler
 log_success_only=Successes



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to