diff --git a/src/Cedar/Admin.h b/src/Cedar/Admin.h index 986b5c7b..9dd0f26d 100644 --- a/src/Cedar/Admin.h +++ b/src/Cedar/Admin.h @@ -172,7 +172,7 @@ struct RPC_SERVER_STATUS UINT NumTcpConnectionsLocal; // Number of Local TCP connections UINT NumTcpConnectionsRemote; // Number of remote TCP connections UINT NumHubTotal; // Total number of HUBs - UINT NumHubStandalone; // Nymber of stand-alone HUB + UINT NumHubStandalone; // Number of stand-alone HUB UINT NumHubStatic; // Number of static HUBs UINT NumHubDynamic; // Number of Dynamic HUBs UINT NumSessionsTotal; // Total number of sessions diff --git a/src/Cedar/Nat.h b/src/Cedar/Nat.h index 9fdcaa66..e0e39913 100644 --- a/src/Cedar/Nat.h +++ b/src/Cedar/Nat.h @@ -164,7 +164,7 @@ struct RPC_NAT_STATUS char HubName[MAX_HUBNAME_LEN + 1]; // HUB name UINT NumTcpSessions; // Number of TCP sessions UINT NumUdpSessions; // Ntmber of UDP sessions - UINT NumIcmpSessions; // Nymber of ICMP sessions + UINT NumIcmpSessions; // Number of ICMP sessions UINT NumDnsSessions; // Number of DNS sessions UINT NumDhcpClients; // Number of DHCP clients bool IsKernelMode; // Whether kernel mode diff --git a/src/Cedar/Session.h b/src/Cedar/Session.h index d437242f..97376981 100644 --- a/src/Cedar/Session.h +++ b/src/Cedar/Session.h @@ -309,7 +309,7 @@ struct SESSION LIST *DelayedPacketList; // Delayed packet list UINT Flag1; - USER *NumLoginIncrementUserObject; // User objects to increment the nymber of logins + USER *NumLoginIncrementUserObject; // User objects to increment the number of logins HUB *NumLoginIncrementHubObject; // Virtual HUB object to increment the number of logins UINT64 NumLoginIncrementTick; // Time to perform increment a number of log