Browse Source

Corrected typo

Tal Aloni 8 years ago
parent
commit
60fcb790f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ISCSI/ISCSI.Common/ISCSIConnectionBuffer.cs

+ 1 - 1
ISCSI/ISCSI.Common/ISCSIConnectionBuffer.cs

@@ -12,7 +12,7 @@ using Utilities;
 namespace ISCSI
 {
     /// <summary>
-    /// iSCSO Connection Receive Buffer
+    /// iSCSI Connection Receive Buffer
     /// </summary>
     public class ISCSIConnectionReceiveBuffer
     {