[lxc-devel] [lxd/master] Minor typo fixes

ivuk on Github lxc-bot at linuxcontainers.org
Tue Aug 30 17:19:13 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 470 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160830/c1c2ca26/attachment.bin>
-------------- next part --------------
From 5cf921251ccf6b6d0666d59058f78b3c0bb78507 Mon Sep 17 00:00:00 2001
From: Igor Vuk <parcijala at gmail.com>
Date: Tue, 30 Aug 2016 19:08:20 +0200
Subject: [PATCH 1/4] Remove trailing spaces in production-setup.md

Signed-off-by: Igor Vuk <parcijala at gmail.com>
---
 doc/production-setup.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/production-setup.md b/doc/production-setup.md
index 1ddd94a..c49ece1 100644
--- a/doc/production-setup.md
+++ b/doc/production-setup.md
@@ -1,11 +1,11 @@
 # Introduction
-So you've made it past trying out [LXD live online](https://linuxcontainers.org/lxd/try-it/), 
-or on a server scavanged from random parts. You like what you see, 
+So you've made it past trying out [LXD live online](https://linuxcontainers.org/lxd/try-it/),
+or on a server scavanged from random parts. You like what you see,
 and now you want to try doing some serious work with LXD.
 
-With the vanilla installation of Ubuntu Server 16.04, there will 
-need to be some modifications to the server configuration to avoid 
-common pitfalls when using containers that require tens of thousands 
+With the vanilla installation of Ubuntu Server 16.04, there will
+need to be some modifications to the server configuration to avoid
+common pitfalls when using containers that require tens of thousands
 of file operations.
 
 

From 27ef4fdc1e94613f175f3bf0c47eddbe14341764 Mon Sep 17 00:00:00 2001
From: Igor Vuk <parcijala at gmail.com>
Date: Tue, 30 Aug 2016 19:09:49 +0200
Subject: [PATCH 2/4] Fix typos in production-setup.md

Signed-off-by: Igor Vuk <parcijala at gmail.com>
---
 doc/production-setup.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/production-setup.md b/doc/production-setup.md
index c49ece1..b68b2bd 100644
--- a/doc/production-setup.md
+++ b/doc/production-setup.md
@@ -1,12 +1,11 @@
 # Introduction
 So you've made it past trying out [LXD live online](https://linuxcontainers.org/lxd/try-it/),
-or on a server scavanged from random parts. You like what you see,
+or on a server scavenged from random parts. You like what you see,
 and now you want to try doing some serious work with LXD.
 
-With the vanilla installation of Ubuntu Server 16.04, there will
-need to be some modifications to the server configuration to avoid
-common pitfalls when using containers that require tens of thousands
-of file operations.
+With the vanilla installation of Ubuntu Server 16.04, some modifications
+to the server configuration will be needed, to avoid common pitfalls when
+using containers that require tens of thousands of file operations.
 
 
 ## Common errors that may be encountered

From e0774a3358a335cf820d2b992830fe9163004024 Mon Sep 17 00:00:00 2001
From: Igor Vuk <parcijala at gmail.com>
Date: Tue, 30 Aug 2016 19:11:03 +0200
Subject: [PATCH 3/4] Remove trailing spaces in api_extensions.md

Signed-off-by: Igor Vuk <parcijala at gmail.com>
---
 doc/api_extensions.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/api_extensions.md b/doc/api_extensions.md
index aeb5915..6c92801 100644
--- a/doc/api_extensions.md
+++ b/doc/api_extensions.md
@@ -2,14 +2,14 @@
 
 The changes below were introduced to the LXD API after the 1.0 API was finalized.
 
-They are all backward compatible and can be detected by client tools by  
+They are all backward compatible and can be detected by client tools by
 looking at the api\_extensions field in GET /1.0/.
 
 
 ## storage\_zfs\_remove\_snapshots
 A storage.zfs\_remove\_snapshots daemon configuration key was introduced.
 
-It's a boolean that defaults to false and that when set to true instructs LXD  
+It's a boolean that defaults to false and that when set to true instructs LXD
 to remove any needed snapshot when attempting to restore another.
 
 This is needed as ZFS will only let you restore the latest snapshot.
@@ -17,7 +17,7 @@ This is needed as ZFS will only let you restore the latest snapshot.
 ## container\_host\_shutdown\_timeout
 A boot.host\_shutdown\_timeout container configuration key was introduced.
 
-It's an integer which indicates how long LXD should wait for the container  
+It's an integer which indicates how long LXD should wait for the container
 to stop before killing it.
 
 Its value is only used on clean LXD daemon shutdown. It defaults to 30s.

From a1de72672b2aada8198e7793047e01a4e1e7d0e5 Mon Sep 17 00:00:00 2001
From: Igor Vuk <parcijala at gmail.com>
Date: Tue, 30 Aug 2016 19:11:42 +0200
Subject: [PATCH 4/4] Fix a typo in api_extensions.md

Signed-off-by: Igor Vuk <parcijala at gmail.com>
---
 doc/api_extensions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/api_extensions.md b/doc/api_extensions.md
index 6c92801..6ac0c30 100644
--- a/doc/api_extensions.md
+++ b/doc/api_extensions.md
@@ -58,7 +58,7 @@ And adds support for the following HTTP header on PUT requests:
 
 This makes it possible to GET a LXD object, modify it and PUT it without
 risking to hit a race condition where LXD or another client modified the
-object in the mean time.
+object in the meantime.
 
 ## patch
 Add support for the HTTP PATCH method.


More information about the lxc-devel mailing list