diff --git a/SMBLibrary/Client/Helpers/ServerServiceHelper.cs b/SMBLibrary/Client/Helpers/ServerServiceHelper.cs
index fdc0921..f37e12f 100644
--- a/SMBLibrary/Client/Helpers/ServerServiceHelper.cs
+++ b/SMBLibrary/Client/Helpers/ServerServiceHelper.cs
@@ -20,7 +20,7 @@ namespace SMBLibrary.Client
}
///
- /// When a Windows Server host is using Failover Cluster & Cluster Shared Volumes, each of those CSV file shares is associated
+ /// When a Windows Server host is using Failover Cluster and Cluster Shared Volumes, each of those CSV file shares is associated
/// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name.
///
public static List ListShares(INTFileStore namedPipeShare, string serverName, ShareType? shareType, out NTStatus status)
diff --git a/SMBLibrary/Client/SMB2Client.cs b/SMBLibrary/Client/SMB2Client.cs
index f8c7dea..b8fd19a 100644
--- a/SMBLibrary/Client/SMB2Client.cs
+++ b/SMBLibrary/Client/SMB2Client.cs
@@ -60,7 +60,7 @@ namespace SMBLibrary.Client
}
///
- /// When a Windows Server host is using Failover Cluster & Cluster Shared Volumes, each of those CSV file shares is associated
+ /// When a Windows Server host is using Failover Cluster and Cluster Shared Volumes, each of those CSV file shares is associated
/// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name.
///
public bool Connect(string serverName, SMBTransportType transport)