From: Stéphane Graber Date: Sun, 12 Jan 2014 20:48:48 +0000 (-0500) Subject: Fix some typos X-Git-Tag: lxc-1.0.0.beta2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f5f5d99b0ea1c204699b13d4a0caf4d9e745449;p=thirdparty%2Flxc.git Fix some typos Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-ubuntu-cloud.in b/templates/lxc-ubuntu-cloud.in index a6710eb15..42b0506a4 100644 --- a/templates/lxc-ubuntu-cloud.in +++ b/templates/lxc-ubuntu-cloud.in @@ -133,7 +133,7 @@ LXC Container configuration for Ubuntu Cloud images. Generic Options [ -r | --release ]: Release name of container, defaults to host [ --rootfs ]: Path in which rootfs will be placed -[ -a | --arch ]: Arhcitecture of container, defaults to host architecture +[ -a | --arch ]: Architecture of container, defaults to host architecture [ -T | --tarball ]: Location of tarball [ -d | --debug ]: Run with 'set -x' to debug errors [ -s | --stream]: Use specified stream rather than 'released' diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index 86d156b82..586ba072b 100644 --- a/templates/lxc-ubuntu.in +++ b/templates/lxc-ubuntu.in @@ -239,7 +239,7 @@ cleanup() suggest_flush() { echo "Container upgrade failed. The container cache may be out of date," - echo "in which case flushing the case (see -F in the hep output) may help." + echo "in which case flushing the cache (see -F in the help output) may help." } download_ubuntu()