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

Commit a7a7d48

Browse files
committed
Fix typos
1 parent 3c70165 commit a7a7d48

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<version>2.18.1</version>
7676
</plugin>
7777
<!--
78-
This plugin is reponsible for packaging artifacts
78+
This plugin is responsible for packaging artifacts
7979
as OSGi bundles. Please refer to
8080
http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
8181
for more information about how to use this plugin.

src/license/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# License Maven Plugin
2-
To treat license headers in a unified and compliant way, this project uses the Mycila Licnse Maven Plugin
2+
To treat license headers in a unified and compliant way, this project uses the Mycila License Maven Plugin
33
http://code.mycila.com/license-maven-plugin/
44

55
In a (non-POM) project simply add:

src/main/java/javax/security/enterprise/authentication/mechanism/http/HttpAuthenticationMechanism.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* details on this.
6666
*
6767
* <p>
68-
* Implementations of this class can notify the Servlet container about a succesful authentication by using the
68+
* Implementations of this class can notify the Servlet container about a successful authentication by using the
6969
* {@link HttpMessageContext#notifyContainerAboutLogin(java.security.Principal, java.util.Set)} method.
7070
*
7171
* <p>

src/main/java/javax/security/enterprise/authentication/mechanism/http/HttpMessageContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ public interface HttpMessageContext {
110110
void cleanClientSubject();
111111

112112
/**
113-
* Returns the parameters that were provided with the SecurityContect#authenticate(AuthParameters) call.
113+
* Returns the parameters that were provided with the SecurityContext#authenticate(AuthParameters) call.
114114
*
115-
* @return the parameters that were provided with the SecurityContect#authenticate(AuthParameters) call, or a default instance. Never null.
115+
* @return the parameters that were provided with the SecurityContext#authenticate(AuthParameters) call, or a default instance. Never null.
116116
*/
117117
AuthenticationParameters getAuthParameters();
118118

src/main/java/javax/security/enterprise/authentication/mechanism/http/LoginToContinue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
import javax.resource.spi.AuthenticationMechanism;
5252

5353
/**
54-
* The <code>LoginToContinue</code> annotation provides an application the ability to declaratively
54+
* The <code>LoginToContinue</code> annotation provides an application the ability to declarative
5555
* add login to continue functionality to an {@link AuthenticationMechanism}.
5656
*
5757
* <p>

0 commit comments

Comments
 (0)