From: jprocter Date: Mon, 24 Oct 2005 16:01:07 +0000 (+0000) Subject: typo fix. X-Git-Tag: Release_0.2~444 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=bfa5fa76a9afb08a4b8581eec0c014f738d60dbe;p=vamsas.git typo fix. git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@76 be28352e-c001-0410-b1a7-c7978e42abec --- diff --git a/src/org/vamsas/client/IClient.java b/src/org/vamsas/client/IClient.java index a3a0a6a..6c077db 100644 --- a/src/org/vamsas/client/IClient.java +++ b/src/org/vamsas/client/IClient.java @@ -108,7 +108,7 @@ public interface IClient { /** * Client application calls this after any pre-session initialization * (registering of Handlers, etc) - * Exceptions are raised for any faliures. Any stateful calls to the session prior to + * Exceptions are raised for any failures. Any stateful calls to the session prior to * this will result in an implicit call to joinSession - if that results in an exception * then the VamsasClient should raise an Error. * TODO: create VAMSAS exception hierarchy (in a language agnostic manner)