diff --git a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/CidrIpAddress.java b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/CidrIpAddress.java index 1f45a206d834..34d0f54b745f 100644 --- a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/CidrIpAddress.java +++ b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/CidrIpAddress.java @@ -15,7 +15,7 @@ */ public class CidrIpAddress { /** - * Ip adress itself. + * Ip address itself. */ @JsonProperty(value = "baseIpAddress") private String baseIpAddress; @@ -27,7 +27,7 @@ public class CidrIpAddress { private Integer prefixLength; /** - * Get ip adress itself. + * Get ip address itself. * * @return the baseIpAddress value */ @@ -36,7 +36,7 @@ public String baseIpAddress() { } /** - * Set ip adress itself. + * Set ip address itself. * * @param baseIpAddress the baseIpAddress value to set * @return the CidrIpAddress object itself. diff --git a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/CustomDomainInner.java b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/CustomDomainInner.java index 9e783d977182..4ffdf3c38b8a 100644 --- a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/CustomDomainInner.java +++ b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/CustomDomainInner.java @@ -17,7 +17,7 @@ /** * Friendly domain name mapping to the endpoint hostname that the customer - * provides for branding purposes, e.g. www.consoto.com. + * provides for branding purposes, e.g. www.contoso.com. */ @JsonFlatten public class CustomDomainInner extends ProxyResource { diff --git a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/EndpointInner.java b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/EndpointInner.java index 3ffdbc0004c9..4d4dc54ce58d 100644 --- a/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/EndpointInner.java +++ b/azure-mgmt-cdn/src/main/java/com/microsoft/azure/management/cdn/implementation/EndpointInner.java @@ -118,7 +118,7 @@ public class EndpointInner extends Resource { /** * The host name of the endpoint structured as {endpointName}.{DNSZone}, - * e.g. consoto.azureedge.net. + * e.g. contoso.azureedge.net. */ @JsonProperty(value = "properties.hostName", access = JsonProperty.Access.WRITE_ONLY) private String hostName; @@ -363,7 +363,7 @@ public EndpointInner withDeliveryPolicy(EndpointPropertiesUpdateParametersDelive } /** - * Get the host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. consoto.azureedge.net. + * Get the host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net. * * @return the hostName value */