]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix some typos
authorStéphane Graber <stgraber@ubuntu.com>
Sun, 12 Jan 2014 20:48:48 +0000 (15:48 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 13 Jan 2014 00:21:36 +0000 (19:21 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-ubuntu-cloud.in
templates/lxc-ubuntu.in

index a6710eb15dc59a7c9feed4ca36c3c2b20ea61427..42b0506a4316eaaedd5215b74c5bae4772d7c949 100644 (file)
@@ -133,7 +133,7 @@ LXC Container configuration for Ubuntu Cloud images.
 Generic Options
 [ -r | --release <release> ]: Release name of container, defaults to host
 [ --rootfs <path> ]: 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'
index 86d156b82c8f8f8dcdd5de51d1c6cfcce1e3d198..586ba072b0be39d3fdfa4fe4fb89d37163602080 100644 (file)
@@ -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()