summaryrefslogtreecommitdiff
path: root/STAL/src/main/java/at/gv/egiz/stal/STAL.java
diff options
context:
space:
mode:
Diffstat (limited to 'STAL/src/main/java/at/gv/egiz/stal/STAL.java')
-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.
*/