Skip to content

Commit

Permalink
Corrected error
Browse files Browse the repository at this point in the history
  • Loading branch information
nbenaglia committed Jan 11, 2009
1 parent 1532230 commit 0a253da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/en-US/ri.xml
Expand Up @@ -667,7 +667,7 @@ public class Game

<para>
We've saved the most interesting bit to last, the code! The project has
two simple beans, <literal>SentanceParser</literal> and
two simple beans, <literal>SentenceParser</literal> and
<literal>TextTranslator</literal> and two enterprise beans,
<literal>TanslatorControllerBean</literal> and
<literal>SentenceTranslator</literal>. You should be getting quite
Expand All @@ -676,7 +676,7 @@ public class Game
</para>

<para>
Both <literal>SentanceParser</literal> and
Both <literal>SentenceParser</literal> and
<literal>TextTranslator</literal> are dependent beans, and
<literal>TextTranslator</literal> uses constructor initialization:
</para>
Expand Down

0 comments on commit 0a253da

Please sign in to comment.