Skip to content

Commit e3ed03f

Browse files
committed
Fix spelling
1 parent 08bade0 commit e3ed03f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/site/xdoc/proposal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ of the JDK are required, so the use of this package is very lightweight.</p>
6565
<p>In addition to wrapping the reflection and introspection APIs of the
6666
standard JDK, <em>BeanUtils</em> components shall support a syntax for directly
6767
accessing <strong>nested</strong> and <strong>indexed</strong> properties, in a
68-
manner that will be familar to users of scripting languages like JavaScript.
68+
manner that will be familiar to users of scripting languages like JavaScript.
6969
For example, the following property accessor expressions are supported:</p>
7070
<ul>
7171
<li><strong>customer</strong> - Equivalent to <code>getCustomer()</code>.</li>

src/test/java/org/apache/commons/beanutils2/locale/LocaleConvertUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
/**
3737
* <p>
38-
* Test Case for the LocaleConvertUtils class. See unimplemented functionality of the convert utils in the method begining with fixme
38+
* Test Case for the LocaleConvertUtils class. See unimplemented functionality of the convert utils in the method beginning with fixme.
3939
* </p>
4040
*/
4141
class LocaleConvertUtilsTest {

0 commit comments

Comments
 (0)