Skip to content

Commit 1b4a47e

Browse files
committed
Minor : Fixed typo in comment
1 parent 908cffa commit 1b4a47e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Network/Network/Models/PSTrafficSelectorPolicy.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,21 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15+
1516
using Microsoft.WindowsAzure.Commands.Common.Attributes;
1617

1718
namespace Microsoft.Azure.Commands.Network.Models
1819
{
1920
public class PSTrafficSelectorPolicy
2021
{
2122
/// <summary>
22-
/// CIDR formmated local address spaces
23+
/// CIDR formatted local address spaces
2324
/// </summary>
2425
[Ps1Xml(Target = ViewControl.Table)]
2526
public string[] LocalAddressRanges { get; set; }
2627

2728
/// <summary>
28-
/// CIDR formmated remote address spaces
29+
/// CIDR formatted remote address spaces
2930
/// </summary>
3031
[Ps1Xml(Target = ViewControl.Table)]
3132
public string[] RemoteAddressRanges { get; set; }

0 commit comments

Comments
 (0)