[lxc-devel] [lxd/master] doc: fix typos in instances.md

simondeziel on Github lxc-bot at linuxcontainers.org
Sat Nov 14 02:29:04 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 349 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201113/153c08eb/attachment.bin>
-------------- next part --------------
From 0ba9d6475fe5961906f6ff0ac16085a1a6fba037 Mon Sep 17 00:00:00 2001
From: Simon Deziel <simon at sdeziel.info>
Date: Fri, 13 Nov 2020 21:25:34 -0500
Subject: [PATCH] doc: fix typos in instances.md

Signed-off-by: Simon Deziel <simon at sdeziel.info>
---
 doc/instances.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/instances.md b/doc/instances.md
index 171d4a1979..dece79586a 100644
--- a/doc/instances.md
+++ b/doc/instances.md
@@ -342,7 +342,7 @@ hwaddr                  | string  | randomly assigned | no       | no      | TTh
 vlan                    | integer | -                 | no       | no      | TThe VLAN ID to attach to
 maas.subnet.ipv4        | string  | -                 | no       | yes     | MAAS IPv4 subnet to register the instance in
 maas.subnet.ipv6        | string  | -                 | no       | yes     | MAAS IPv6 subnet to register the instance in
-boot.priority           | integer | -                 | no       | no      | TBoot priority for VMs (higher boots first)
+boot.priority           | integer | -                 | no       | no      | Boot priority for VMs (higher boots first)
 
 #### nic: sriov
 
@@ -996,5 +996,5 @@ in your template string to avoid forbidden characters in your snapshot name.
 Another way to avoid name collisions is to use the placeholder `%d`. If a snapshot
 with the same name (excluding the placeholder) already exists, all existing snapshot
 names will be taken into account to find the highest number at the placeholders
-position. This numnber will be incremented by one for the new name. The starting
+position. This number will be incremented by one for the new name. The starting
 number if no snapshot exists will be `0`.


More information about the lxc-devel mailing list