From df2049c378c1be73a8431ab829d31f5ebed08048 Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Mon, 9 Jun 2008 18:33:06 +0000
Subject: [PATCH] minor: fix typo

SVN: 6522
---
 .../cisd/datamover/filesystem/store/FileStoreRemote.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/store/FileStoreRemote.java b/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/store/FileStoreRemote.java
index 8b5ea169c2c..8ed962c3ba1 100644
--- a/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/store/FileStoreRemote.java
+++ b/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/store/FileStoreRemote.java
@@ -343,7 +343,7 @@ public class FileStoreRemote extends FileStore
         final String cmd = mkCheckDirectoryFullyAccessibleCommand(pathString);
         final ProcessResult result = tryExecuteCommandRemotely(cmd, timeOutMillis);
         return isSuccessfulCheck(result) ? null
-                : ("Directory not accesible: '" + getHost() + ":" + pathString + "'. Check that it exists and that you have read and write rights to it.");
+                : ("Directory not accessible: '" + getHost() + ":" + pathString + "'. Check that it exists and that you have read and write rights to it.");
     }
 
     private final static List<String> createSshCommand(final String command,
-- 
GitLab