DaanHoogland closed pull request #2812: Trivial typo s/pacakge/package
URL: https://github.com/apache/cloudstack/pull/2812
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/packaging/build-deb.sh b/packaging/build-deb.sh
index e8c178350c7..e9d2399c0bf 100755
--- a/packaging/build-deb.sh
+++ b/packaging/build-deb.sh
@@ -46,7 +46,7 @@ Usage: ./build-deb.sh [OPTIONS]...
Package CloudStack for Debian based distribution.
If there's a "branding" string in the POM version (e.g.
x.y.z.a-NAME[-SNAPSHOT]), the branding name will
-be used in the final generated pacakge like:
cloudstack-management_x.y.z.a-NAME-SNAPSHOT~xenial_all.deb
+be used in the final generated package like:
cloudstack-management_x.y.z.a-NAME-SNAPSHOT~xenial_all.deb
note that you can override/provide "branding" string with "-b, --brand" flag
as well.
Optional arguments:
diff --git a/packaging/package.sh b/packaging/package.sh
index 7432da72452..fe96eac8a59 100755
--- a/packaging/package.sh
+++ b/packaging/package.sh
@@ -22,7 +22,7 @@ Usage: ./package.sh -d DISTRO [OPTIONS]...
Package CloudStack for specific distribution and provided options.
If there's a "branding" string in the POM version (e.g.
x.y.z.a-NAME[-SNAPSHOT]), the branding name will
-be used in the final generated pacakge like:
cloudstack-management-x.y.z.a-NAME.NUMBER.el7.centos.x86_64
+be used in the final generated package like:
cloudstack-management-x.y.z.a-NAME.NUMBER.el7.centos.x86_64
note that you can override/provide "branding" string with "-b, --brand" flag
as well.
Mandatory arguments:
diff --git
a/plugins/network-elements/netscaler/src/main/java/com/cloud/api/commands/RegisterServicePackageCmd.java
b/plugins/network-elements/netscaler/src/main/java/com/cloud/api/commands/RegisterServicePackageCmd.java
index fdef005e999..ae2d59bcf9d 100644
---
a/plugins/network-elements/netscaler/src/main/java/com/cloud/api/commands/RegisterServicePackageCmd.java
+++
b/plugins/network-elements/netscaler/src/main/java/com/cloud/api/commands/RegisterServicePackageCmd.java
@@ -69,7 +69,7 @@ public void execute() throws ServerApiException,
ConcurrentOperationException, E
} catch (CloudRuntimeException runtimeExcp) {
throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR,
runtimeExcp.getMessage());
} catch (EntityExistsException runtimeExcp) {
- throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Service
Pacakge Already Exists with Name " + getSpName());
+ throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Service
Package Already Exists with Name " + getSpName());
}
}
diff --git
a/server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
b/server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
index a529206efd1..2bff6f1a137 100755
--- a/server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
+++ b/server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
@@ -4786,7 +4786,7 @@ public NetworkOfferingVO createNetworkOffering(final
String name, final String d
}
if(vpcOff && nsOff) {
if(!(spDescription.equalsIgnoreCase("A NetScalerVPX is
dedicated per network.") || spDescription.contains("dedicated NetScaler"))) {
- throw new InvalidParameterValueException("Only NetScaler
Service Pacakge with Dedicated Device Mode is Supported in VPC Type Guest
Network");
+ throw new InvalidParameterValueException("Only NetScaler
Service Package with Dedicated Device Mode is Supported in VPC Type Guest
Network");
}
}
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services