summaryrefslogtreecommitdiff
path: root/STAL/src
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2011-05-16 15:08:43 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2011-05-16 15:08:43 +0000
commit25479b6e776109b384f779c5b1e3e26ac7ddbf5b (patch)
tree0bca7eb955c1f6b0b61570af0f1aad9bf593cedd /STAL/src
parent8520d6c84a1c66716f4f9d0f817400a68e31e332 (diff)
downloadmocca-25479b6e776109b384f779c5b1e3e26ac7ddbf5b.tar.gz
mocca-25479b6e776109b384f779c5b1e3e26ac7ddbf5b.tar.bz2
mocca-25479b6e776109b384f779c5b1e3e26ac7ddbf5b.zip
spelling fixes
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@933 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'STAL/src')
-rw-r--r--STAL/src/main/java/at/gv/egiz/stal/STAL.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/STAL/src/main/java/at/gv/egiz/stal/STAL.java b/STAL/src/main/java/at/gv/egiz/stal/STAL.java
index 52f06f12..e181cd7a 100644
--- a/STAL/src/main/java/at/gv/egiz/stal/STAL.java
+++ b/STAL/src/main/java/at/gv/egiz/stal/STAL.java
@@ -19,7 +19,7 @@ package at.gv.egiz.stal;
import java.util.List;
/**
- * Interface for all implementations of the Security Tokean Abstraction Layer.
+ * Interface for all implementations of the Security Token Abstraction Layer.
* This interface is used by the BKU to handle all security token related parts.
*
*
@@ -34,7 +34,7 @@ public interface STAL {
public List<STALResponse> handleRequest(List<? extends STALRequest> aRequestList);
/**
- * Sets the preferred locale for userinteraction (e.g. PIN dialogs).
+ * Sets the preferred locale for user interaction (e.g. PIN dialogs).
* If the locale is not set the default locale will be used.
* @param locale must not be null.
*/