From d3ff4a702bc27ce808cc7aa74a448f33eb4db965 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 14 Nov 2007 21:26:15 +0000 Subject: [PATCH] Fix typos and Javadoc error --- .../rse/files/ui/resources/ISystemMountPathMapper.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/ISystemMountPathMapper.java b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/ISystemMountPathMapper.java index 26462836170..257786f4dba 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/ISystemMountPathMapper.java +++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/ISystemMountPathMapper.java @@ -28,7 +28,7 @@ public interface ISystemMountPathMapper { /** - * Indicates whether this mapper handles remapping of the specified resource + * Indicates whether this mapper handles recapping of the specified resource * @param hostname the remote host * @param remotePath the remote path as seen by the file subsystem * @return whether this mapper handles remapping of the specified remote resource @@ -42,7 +42,7 @@ public interface ISystemMountPathMapper * * @param hostname the remote host * @param remotePath the remote path as seen by the file subsystem - * @param the remote file subsystem. User the subsystem to customize how the temp file is located. If null + * @param subsystem the remote file subsystem. User the subsystem to customize how the temp file is located. If null * is specified, then the subsystem is not used in determining the mapping * @return the corresponding workspace replica mapping */ @@ -54,7 +54,7 @@ public interface ISystemMountPathMapper * Returns the corresponding hostname for the specified path on the specified host. If a file is mounted * then the actual host containing the file will not be local. If there is no mapping, then * the hostname will be the same as the argument. If the file is remote (i.e. not locally mounted) then - * this will retrun the same as the hostname argument. + * this will return the same as the hostname argument. * * @param hostname the system host * @param remotePath the path on the system host