From 13d051df8091fa3d6323f5960b90c14b42d63f3c Mon Sep 17 00:00:00 2001 From: will Date: Thu, 13 Jan 2011 09:13:54 -0800 Subject: [PATCH] bug 7926: fixed spelling mistake. --- ui/jsp/instance.jsp | 2 +- ui/scripts/cloud.core.instance.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/jsp/instance.jsp b/ui/jsp/instance.jsp index 0695126ca78..6233f723790 100644 --- a/ui/jsp/instance.jsp +++ b/ui/jsp/instance.jsp @@ -664,7 +664,7 @@

- A dedicated virtualized network for your account. The broadcast domain is contrained within a VLAN and all public network access is routed out by a virtual router. + A dedicated virtualized network for your account. The broadcast domain is contained within a VLAN and all public network access is routed out by a virtual router.

diff --git a/ui/scripts/cloud.core.instance.js b/ui/scripts/cloud.core.instance.js index eadb5c67569..e0d4a566335 100644 --- a/ui/scripts/cloud.core.instance.js +++ b/ui/scripts/cloud.core.instance.js @@ -830,7 +830,7 @@ function initVMWizard() { $thisPopup.find("#step4").find("#for_basic_zone").hide(); var networkName = "Virtual Network"; - var networkDesc = "A dedicated virtualized network for your account. The broadcast domain is contrained within a VLAN and all public network access is routed out by a virtual router."; + var networkDesc = "A dedicated virtualized network for your account. The broadcast domain is contained within a VLAN and all public network access is routed out by a virtual router."; $.ajax({ data: createURL("command=listNetworks&domainid="+g_domainid+"&account="+g_account+"&zoneId="+$thisPopup.find("#wizard_zone").val()), dataType: "json",