Correct spelling issues
A previous commit introucded several spelling issues. This change
corrects them.
See:
https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/43454
Change-Id: Id913da68778e673dd8eeb1fb2d56735e0d690934
Signed-off-by: John Edward Broadbent <jebr@google.com>
diff --git a/development/dev-environment.md b/development/dev-environment.md
index 2cd87c2..082683d 100644
--- a/development/dev-environment.md
+++ b/development/dev-environment.md
@@ -192,10 +192,11 @@
## Alternative yocto QEMU
yocto has tools for building and running qemu. These tools avoid some of the
- configuration issues that come from downloading a prebuild image, and
- mofifying binaries. Useing yocto qemu also using the TAP interface which some
- find be more stable. This is particually useful when debugging at the
- application level.
+ configuration issues that come from downloading a prebuilt image, and
+ mofifying binaries. Using yocto qemu also uses the [TAP
+ interface](https://www.kernel.org/doc/Documentation/networking/tuntap.txt)
+ which some find be more stable. This is particularly useful when debugging
+ at the application level.
- set up a bmc build enviroment
```