Bläddra i källkod

Fixed typo in xml doc.

Gert Driesen 11 år sedan
förälder
incheckning
af7a3b89f5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Renci.SshClient/Renci.SshNet/SftpClient.cs

+ 1 - 1
Renci.SshClient/Renci.SshNet/SftpClient.cs

@@ -795,7 +795,7 @@ namespace Renci.SshNet
         /// <exception cref="ArgumentException"><paramref name="path" /> is <b>null</b> or contains whitespace characters.</exception>
         /// <exception cref="SshConnectionException">Client is not connected.</exception>
         /// <exception cref="SftpPermissionDeniedException">Permission to list the contents of the directory was denied by the remote host. <para>-or-</para> A SSH command was denied by the server.</exception>
-        /// <exception cref="TSshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
+        /// <exception cref="SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
         /// <exception cref="ObjectDisposedException">The method was called after the client was disposed.</exception>
         /// <remarks>
         /// Method calls made by this method to <paramref name="input" />, may under certain conditions result in exceptions thrown by the stream.