[Tails-dev] [PATCH] Build doc: fix typos.

Delete this message

Reply to this message
Autore: Cyril Brulebois
Data:  
To: tails-dev
CC: Cyril Brulebois
Oggetto: [Tails-dev] [PATCH] Build doc: fix typos.
Fix veing/being, and fix extraneous newline inside a `code` fragment.
---
wiki/src/contribute/build.mdwn | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wiki/src/contribute/build.mdwn b/wiki/src/contribute/build.mdwn
index 5e2be56bb5..cc58087e60 100644
--- a/wiki/src/contribute/build.mdwn
+++ b/wiki/src/contribute/build.mdwn
@@ -74,12 +74,12 @@ image before building it.
see [[!tails_ticket 11411]].

* If Vagrant failed to start the Tails builder VM the first time
- (e.g. because of permission issues or the `kvm` module not veing
+ (e.g. because of permission issues or the `kvm` module not being
loaded) it will not automatically run the provisioning script, so
you must run `rake vm:provision` yourself before attempting your
first `rake build`. If that fails, run `rake vm:destroy`, which
- removes this half-broken VM, and then start from scratch with `rake
- build` or similar.
+ removes this half-broken VM, and then start from scratch with
+ `rake build` or similar.

# Build settings

--
2.11.0