You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/11/07 00:29:40 UTC

svn commit: r1406398 - /jmeter/trunk/src/core/org/apache/jmeter/testbeans/BeanInfoSupport.java

Author: sebb
Date: Tue Nov  6 23:29:39 2012
New Revision: 1406398

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

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/testbeans/BeanInfoSupport.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/testbeans/BeanInfoSupport.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/testbeans/BeanInfoSupport.java?rev=1406398&r1=1406397&r2=1406398&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/testbeans/BeanInfoSupport.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/testbeans/BeanInfoSupport.java Tue Nov  6 23:29:39 2012
@@ -192,7 +192,7 @@ public abstract class BeanInfoSupport ex
     /**
      * Utility method to group and order properties.
      * <p>
-     * It will assing the given group name to each of the named properties, and
+     * It will assign the given group name to each of the named properties, and
      * set their order attribute so that they are shown in the given order.
      * <p>
      * The created groups will get order 1, 2, 3,... in the order in which they