Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
Fix upstream issue 467: typo in root README.md; s/nad/and
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Mar 12, 2013
1 parent ff6e851 commit b9eb84b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.html
Expand Up @@ -37,6 +37,7 @@ <h2 id="toc_2">Available Quickstarts </h2>
<tr><td align='left'><a href='cmt/README.html' title='cmt'>cmt</td><td align='left'> Container Managed Transactions (CMT), EJB</td><td align='left'>EJB that demonstrates container-managed transactions (CMT)</td><td align='left'>Intermediate</td><td align='left'> </td></tr>
<tr><td align='left'><a href='ejb-asynchronous/README.html' title='ejb-asynchronous'>ejb-asynchronous</td><td align='left'> EJB </td><td align='left'>Demonstrates asynchronous EJB invocations.</td><td align='left'>Advanced</td><td align='left'> </td></tr>
<tr><td align='left'><a href='ejb-in-ear/README.html' title='ejb-in-ear'>ejb-in-ear</td><td align='left'> EAR, EJB</td><td align='left'>Packages an EJB JAR and WAR in an EAR</td><td align='left'>Intermediate</td><td align='left'> </td></tr>
<tr><td align='left'><a href='ejb-in-ear-bug910704/README.html' title='ejb-in-ear-bug910704'>ejb-in-ear-bug910704</td><td align='left'> EAR, EJB</td><td align='left'>Packages an EJB JAR and WAR in an EAR</td><td align='left'>Intermediate</td><td align='left'> </td></tr>
<tr><td align='left'><a href='ejb-in-war/README.html' title='ejb-in-war'>ejb-in-war</td><td align='left'> JSF, WAR, EJB</td><td align='left'>Packages an EJB JAR in a WAR</td><td align='left'>Intermediate</td><td align='left'> </td></tr>
<tr><td align='left'><a href='ejb-remote/README.html' title='ejb-remote'>ejb-remote</td><td align='left'> EJB</td><td align='left'>Shows how to access an EJB from a remote Java client program using JNDI</td><td align='left'>Intermediate</td><td align='left'> </td></tr>
<tr><td align='left'><a href='ejb-security/README.html' title='ejb-security'>ejb-security</td><td align='left'> Security, EJB</td><td align='left'>Shows how to use Java EE Declarative Security to Control Access to EJB 3</td><td align='left'>Intermediate</td><td align='left'> </td></tr>
Expand Down Expand Up @@ -475,7 +476,7 @@ <h4 id="toc_25">Add an Application User</h4>
</div>

<p>If the quickstart README specifies a realm, type it here. Otherwise, press enter to use the default <code>ApplicationRealm</code>. </p></li>
<li><p>When prompted, enter the the Username and Passord. If the quickstart README specifies a Username nad Password, enter them here. Otherwise, use the default Username <code>quickstartUser</code> and Password <code>quickstartPwd1!</code>.</p>
<li><p>When prompted, enter the the Username and Passord. If the quickstart README specifies a Username and Password, enter them here. Otherwise, use the default Username <code>quickstartUser</code> and Password <code>quickstartPwd1!</code>.</p>
<div class="highlight"><pre><span class="n">Username</span> <span class="o">:</span> <span class="n">quickstartUser</span>
<span class="n">Password</span> <span class="o">:</span> <span class="n">quickstartPwd1</span><span class="o">!</span>
</pre>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -349,7 +349,7 @@ The following procedures describe how to add a user with the appropriate permiss
Realm (ApplicationRealm) :

If the quickstart README specifies a realm, type it here. Otherwise, press enter to use the default `ApplicationRealm`.
5. When prompted, enter the the Username and Passord. If the quickstart README specifies a Username nad Password, enter them here. Otherwise, use the default Username `quickstartUser` and Password `quickstartPwd1!`.
5. When prompted, enter the the Username and Passord. If the quickstart README specifies a Username and Password, enter them here. Otherwise, use the default Username `quickstartUser` and Password `quickstartPwd1!`.

Username : quickstartUser
Password : quickstartPwd1!
Expand Down

0 comments on commit b9eb84b

Please sign in to comment.