From ea10e1dbe6f20b1ecc1c3518dd2a79f9204d05d5 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 27 Oct 2011 15:00:36 +0000 Subject: [PATCH] Fixed spelling mistake. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10905 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/configure/configure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/configure/configure.js b/xCAT-UI/js/configure/configure.js index cfd04c1df..5e88d4174 100644 --- a/xCAT-UI/js/configure/configure.js +++ b/xCAT-UI/js/configure/configure.js @@ -191,7 +191,7 @@ function loadTable(data) { $('#' + tabId).find('img').remove(); // Create info bar - var infoBar = createInfoBar('Click on a cell to edit. ddClick outside the table to write to the cell. Once you are satisfied with how the table looks, click on Save.'); + var infoBar = createInfoBar('Click on a cell to edit. Click outside the table to write to the cell. Once you are satisfied with how the table looks, click on Save.'); $('#' + tabId).append(infoBar); // Create action bar