From b9eb84b8bb2d453a82e5ab241c1ff519564c691c Mon Sep 17 00:00:00 2001 From: Sande Gilda Date: Tue, 12 Mar 2013 14:44:29 -0400 Subject: [PATCH] Fix upstream issue 467: typo in root README.md; s/nad/and --- README.html | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index c5aab538e0..5d272ae6d0 100644 --- a/README.html +++ b/README.html @@ -37,6 +37,7 @@

Available Quickstarts

cmt Container Managed Transactions (CMT), EJBEJB that demonstrates container-managed transactions (CMT)Intermediate ejb-asynchronous EJB Demonstrates asynchronous EJB invocations.Advanced ejb-in-ear EAR, EJBPackages an EJB JAR and WAR in an EARIntermediate +ejb-in-ear-bug910704 EAR, EJBPackages an EJB JAR and WAR in an EARIntermediate ejb-in-war JSF, WAR, EJBPackages an EJB JAR in a WARIntermediate ejb-remote EJBShows how to access an EJB from a remote Java client program using JNDIIntermediate ejb-security Security, EJBShows how to use Java EE Declarative Security to Control Access to EJB 3Intermediate @@ -475,7 +476,7 @@

Add an Application User

If the quickstart README specifies a realm, type it here. Otherwise, press enter to use the default ApplicationRealm.

-
  • 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!.

    +
  • 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!
     
    diff --git a/README.md b/README.md index b0c931e96a..190f7d0f68 100644 --- a/README.md +++ b/README.md @@ -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!