typo fix.
authorjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 24 Oct 2005 16:01:07 +0000 (16:01 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 24 Oct 2005 16:01:07 +0000 (16:01 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@76 be28352e-c001-0410-b1a7-c7978e42abec

src/org/vamsas/client/IClient.java

index a3a0a6a..6c077db 100644 (file)
@@ -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)