doc: replace virutal by virtual (typo)

Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
This commit is contained in:
Yoan Blanc 2017-12-13 09:59:15 +01:00
parent 885f561791
commit 6ab2ba9230
No known key found for this signature in database
GPG Key ID: 8D30A7428082C57E
7 changed files with 15 additions and 15 deletions

View File

@ -52,7 +52,7 @@ public interface VpcOffering extends InternalIdentity, Identity {
boolean isDefault();
/**
* @return service offering id used by VPC virutal router
* @return service offering id used by VPC virtual router
*/
Long getServiceOfferingId();

View File

@ -96,19 +96,19 @@ public class AcquireIPAddressResponse extends BaseResponse implements Controlle
private Boolean isSystem;
@SerializedName(ApiConstants.VIRTUAL_MACHINE_ID)
@Param(description = "virutal machine id the ip address is assigned to (not null only for static nat Ip)")
@Param(description = "virtual machine id the ip address is assigned to (not null only for static nat Ip)")
private String virtualMachineId;
@SerializedName("vmipaddress")
@Param(description = "virutal machine (dnat) ip address (not null only for static nat Ip)")
@Param(description = "virtual machine (dnat) ip address (not null only for static nat Ip)")
private String virtualMachineIp;
@SerializedName("virtualmachinename")
@Param(description = "virutal machine name the ip address is assigned to (not null only for static nat Ip)")
@Param(description = "virtual machine name the ip address is assigned to (not null only for static nat Ip)")
private String virtualMachineName;
@SerializedName("virtualmachinedisplayname")
@Param(description = "virutal machine display name the ip address is assigned to (not null only for static nat Ip)")
@Param(description = "virtual machine display name the ip address is assigned to (not null only for static nat Ip)")
private String virtualMachineDisplayName;
@SerializedName(ApiConstants.ASSOCIATED_NETWORK_ID)

View File

@ -96,19 +96,19 @@ public class IPAddressResponse extends BaseResponse implements ControlledEntityR
private Boolean isSystem;
@SerializedName(ApiConstants.VIRTUAL_MACHINE_ID)
@Param(description = "virutal machine id the ip address is assigned to (not null only for static nat Ip)")
@Param(description = "virtual machine id the ip address is assigned to (not null only for static nat Ip)")
private String virtualMachineId;
@SerializedName("vmipaddress")
@Param(description = "virutal machine (dnat) ip address (not null only for static nat Ip)")
@Param(description = "virtual machine (dnat) ip address (not null only for static nat Ip)")
private String virtualMachineIp;
@SerializedName("virtualmachinename")
@Param(description = "virutal machine name the ip address is assigned to (not null only for static nat Ip)")
@Param(description = "virtual machine name the ip address is assigned to (not null only for static nat Ip)")
private String virtualMachineName;
@SerializedName("virtualmachinedisplayname")
@Param(description = "virutal machine display name the ip address is assigned to (not null only for static nat Ip)")
@Param(description = "virtual machine display name the ip address is assigned to (not null only for static nat Ip)")
private String virtualMachineDisplayName;
@SerializedName(ApiConstants.ASSOCIATED_NETWORK_ID)

View File

@ -765,7 +765,7 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
// Need to reboot the virtual machine so that the password gets
// redownloaded from the DomR, and reset on the VM
if (!result) {
s_logger.debug("Failed to reset password for the virutal machine; no need to reboot the vm");
s_logger.debug("Failed to reset password for the virtual machine; no need to reboot the vm");
return false;
} else {
if (vmInstance.getState() == State.Stopped) {
@ -874,7 +874,7 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
// Need to reboot the virtual machine so that the password gets redownloaded from the DomR, and reset on the VM
if (!result) {
s_logger.debug("Failed to reset SSH Key for the virutal machine; no need to reboot the vm");
s_logger.debug("Failed to reset SSH Key for the virtual machine; no need to reboot the vm");
return false;
} else {
if (vmInstance.getState() == State.Stopped) {

View File

@ -496,7 +496,7 @@ under the License.
<command>
<name>destroyVirtualMachine</name>
<usercommand>true</usercommand>
<testcase>Destroying virutal machine</testcase>
<testcase>Destroying virtual machine</testcase>
<parameters>
<item getparam="true">
<name>id</name>

View File

@ -619,7 +619,7 @@ under the License.
<command>
<name>destroyVirtualMachine</name>
<usercommand>true</usercommand>
<testcase>Destroying virutal machine</testcase>
<testcase>Destroying virtual machine</testcase>
<parameters>
<item getparam="true">
<name>id</name>
@ -643,7 +643,7 @@ under the License.
<command>
<name>destroyVirtualMachine</name>
<usercommand>true</usercommand>
<testcase>Destroying virutal machine</testcase>
<testcase>Destroying virtual machine</testcase>
<parameters>
<item getparam="true">
<name>id</name>

View File

@ -733,7 +733,7 @@ under the License.
<command>
<name>destroyVirtualMachine</name>
<usercommand>true</usercommand>
<testcase>Destroying virutal machine</testcase>
<testcase>Destroying virtual machine</testcase>
<parameters>
<item getparam="true">
<name>id</name>