From 940a583456969a2ca06955bc0596327b87539e21 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 14 Nov 2007 21:28:50 +0000 Subject: [PATCH] Fix typos and Javadoc error --- .../rse/files/ui/resources/ISystemMountPathMapper.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 257786f4dba..b6c80129394 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 @@ -20,15 +20,15 @@ import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileSubSystem; /** * This interface is used to provide a common way of mapping mounted resources to the temp files project. - * Since local (or remote) mounts can change or be removed (i.e. disconnected) this provides a way for a vender to - * remap a particular resource if the vender software is able to determine the new mount location. - * Implementors of this interface should register their mappers via the mountPathMapper extension point. + * Since local (or remote) mounts can change or be removed (i.e. disconnected) this provides a way for a vendor to + * remap a particular resource if the vendor software is able to determine the new mount location. + * Implementors of this interface should register their mappers via the mountPathMappers extension point. */ public interface ISystemMountPathMapper { /** - * Indicates whether this mapper handles recapping of the specified resource + * Indicates whether this mapper handles remapping 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