From 25479b6e776109b384f779c5b1e3e26ac7ddbf5b Mon Sep 17 00:00:00 2001 From: tkellner Date: Mon, 16 May 2011 15:08:43 +0000 Subject: spelling fixes git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@933 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- STAL/src/main/java/at/gv/egiz/stal/STAL.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'STAL/src') 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 handleRequest(List 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. */ -- cgit v1.2.3