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

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Mullan committed Oct 28, 2013
1 parent a9390a0 commit 10c7333
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/java/javax/xml/crypto/KeySelector.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* A selector that finds and returns a key using the data contained in a
* {@link KeyInfo} object. An example of an implementation of
* this class is one that searchs a {@link java.security.KeyStore} for
* this class is one that searches a {@link java.security.KeyStore} for
* trusted keys that match information contained in a <code>KeyInfo</code>.
*
* <p>Whether or not the returned key is trusted and the mechanisms
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/javax/xml/crypto/MarshalException.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import javax.xml.crypto.dsig.XMLSignatureFactory;

/**
* Indicates an exceptional condition that occured during the XML
* Indicates an exceptional condition that occurred during the XML
* marshalling or unmarshalling process.
*
* <p>A <code>MarshalException</code> can contain a cause: another
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.io.PrintWriter;

/**
* Indicates an exceptional condition that occured while executing a
* Indicates an exceptional condition that occurred while executing a
* transform algorithm.
*
* <p>A <code>TransformException</code> can contain a cause: another
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.io.PrintWriter;

/**
* Indicates an exceptional condition that occured during the XML
* Indicates an exceptional condition that occurred during the XML
* signature generation or validation process.
*
* <p>An <code>XMLSignatureException</code> can contain a cause: another
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public interface EncryptionMethod {
* Returns an iterator over all the additional elements contained in the
* <code>EncryptionMethod</code>.
*
* @return an <code>Iterator</code> over all the additional infomation
* @return an <code>Iterator</code> over all the additional information
* about the <code>EncryptionMethod</code>.
*/
Iterator<Element> getEncryptionMethodInformation();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
*
* This includes:
*
* Constuct a <CODE>ds:Reference</CODE> from an {@link org.w3c.dom.Element}.
* Construct a <CODE>ds:Reference</CODE> from an {@link org.w3c.dom.Element}.
*
* <p>Create a new reference</p>
* <pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ public SecretKey createSecretKey(byte[] secretKeyBytes) {
}

/**
* Signal wether Manifest should be automatically validated.
* Signal whether Manifest should be automatically validated.
* Checking the digests in References in a Signature are mandatory, but for
* References inside a Manifest it is application specific. This boolean is
* to indicate that the References inside Manifests should be validated.
Expand Down

0 comments on commit 10c7333

Please sign in to comment.