Repository: cloudstack Updated Branches: refs/heads/master cd67382b6 -> 4a424500f
CreateVMSnapshot: fix typo in API description This closes #161 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4a424500 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4a424500 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4a424500 Branch: refs/heads/master Commit: 4a424500f3689b3fddc21750cb841239107b2a46 Parents: cd67382 Author: Rene Moser <re...@apache.org> Authored: Mon Apr 13 18:54:33 2015 +0200 Committer: Laszlo Hornyak <laszlo.horn...@gmail.com> Committed: Mon Apr 13 20:26:26 2015 +0200 ---------------------------------------------------------------------- .../api/command/user/vmsnapshot/CreateVMSnapshotCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4a424500/api/src/org/apache/cloudstack/api/command/user/vmsnapshot/CreateVMSnapshotCmd.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/command/user/vmsnapshot/CreateVMSnapshotCmd.java b/api/src/org/apache/cloudstack/api/command/user/vmsnapshot/CreateVMSnapshotCmd.java index 10ff5cd..f18793a 100644 --- a/api/src/org/apache/cloudstack/api/command/user/vmsnapshot/CreateVMSnapshotCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/vmsnapshot/CreateVMSnapshotCmd.java @@ -47,7 +47,7 @@ public class CreateVMSnapshotCmd extends BaseAsyncCreateCmd { @Parameter(name = ApiConstants.VIRTUAL_MACHINE_ID, type = CommandType.UUID, required = true, entityType = UserVmResponse.class, description = "The ID of the vm") private Long vmId; - @Parameter(name = ApiConstants.VM_SNAPSHOT_DESCRIPTION, type = CommandType.STRING, required = false, description = "The discription of the snapshot") + @Parameter(name = ApiConstants.VM_SNAPSHOT_DESCRIPTION, type = CommandType.STRING, required = false, description = "The description of the snapshot") private String description; @Parameter(name = ApiConstants.VM_SNAPSHOT_DISPLAYNAME, type = CommandType.STRING, required = false, description = "The display name of the snapshot")