commit | 4640026cc1077232f609caf24c42a7dd477e3f68 | [log] [tgz] |
---|---|---|
author | Joe Gordon <joe.gordon0@gmail.com> | Sun Jun 30 04:32:27 2013 -0700 |
committer | Joe Gordon <joe.gordon0@gmail.com> | Sun Jun 30 04:32:27 2013 -0700 |
tree | 279f6e026ce6850a07f699640939c6922f5c6176 | |
parent | b3e8ea847feaf63fe4a46c2a9a417f8a3f760938 [diff] [blame] |
Fix spelling mistakes git ls-files | misspellings -f - Source: https://github.com/lyda/misspell-check Change-Id: I7d63578734ca5cc1ec865a7d024c1a013d1ada87
diff --git a/tools/xen/scripts/install_ubuntu_template.sh b/tools/xen/scripts/install_ubuntu_template.sh index b7a8eff..5cbe2ac 100755 --- a/tools/xen/scripts/install_ubuntu_template.sh +++ b/tools/xen/scripts/install_ubuntu_template.sh
@@ -37,7 +37,7 @@ builtin_name="Debian Squeeze 6.0 (32-bit)" builtin_uuid=$(xe template-list name-label="$builtin_name" --minimal) if [[ -z $builtin_uuid ]]; then - echo "Cant find the Debian Squeeze 32bit template on your XenServer." + echo "Can't find the Debian Squeeze 32bit template on your XenServer." exit 1 fi