Browse Source

ISCSIServer: Corrected documentation

TalAloni 4 years ago
parent
commit
efd831f8ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ISCSI/ISCSI.Server/ISCSIServer.cs

+ 1 - 1
ISCSI/ISCSI.Server/ISCSIServer.cs

@@ -84,7 +84,7 @@ namespace ISCSI.Server
             Start(listenerEndPoint, TimeSpan.FromMinutes(5));
         }
 
-        /// <param name="listenerEP">The endpoint on which the iSCSI server will listen</param>
+        /// <param name="listenerEndPoint">The endpoint on which the iSCSI server will listen</param>
         /// <param name="keepAliveTime">The duration between keep-alive transmissions</param>        
         /// <exception cref="System.Net.Sockets.SocketException"></exception>
         public void Start(IPEndPoint listenerEndPoint, TimeSpan? keepAliveTime)