The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/8158

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Simon Deziel <si...@sdeziel.info>
From 0ba9d6475fe5961906f6ff0ac16085a1a6fba037 Mon Sep 17 00:00:00 2001
From: Simon Deziel <si...@sdeziel.info>
Date: Fri, 13 Nov 2020 21:25:34 -0500
Subject: [PATCH] doc: fix typos in instances.md

Signed-off-by: Simon Deziel <si...@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`.
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to