Fixing spell check issues.

Signed-off-by: Sharath Babu <Sharath.Babu@citrix.com>
This commit is contained in:
Sharath Babu 2017-05-31 09:48:12 +05:30
parent 673ccee962
commit 93f6ae8282

View File

@ -610,7 +610,7 @@ namespace XenAdmin.Core
public static bool HasCompatibleManagementInterface(IXenConnection slaveConnection)
{
/* if there are non physical pifs present then the slave should have
* only one VLAN and it has to be the managment interface.
* only one VLAN and it has to be the management interface.
* Bonds and cross server private networks are not allowed */
int numberOfNonPhysicalPifs = slaveConnection.Cache.PIFs.Count(p => !p.physical);