From f336eaa8502b5b4fede4ae5c8539bb5f47348ee4 Mon Sep 17 00:00:00 2001
From: "ufokaradagli@gmail.com" <ufokaradagli@gmail.com>
Date: Fri, 22 Nov 2013 03:25:11 -0800
Subject: [PATCH] README.md: Fix typos

Fixed a couple of spelling mistakes in README.md

Signed-off-by: Omer Karadagli <ufokaradagli@gmail.com>
Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 323c3b5b9..10cf78a6a 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ The -v is for kvm's vhost that provides better performance
 and it's setup requires a tap and thus we use sudo.
 
 By default OSv spawns a dhcpd that auto config the virtual nics.
-Static config can be done within OSv, configure netwroking like so:
+Static config can be done within OSv, configure networking like so:
 
 ```
 ifconfig virtio-net0 192.168.122.100 netmask 255.255.255.0 up
@@ -183,7 +183,7 @@ gdb.txt will contain the the trace.
 
 Memory allocation tracking can be enabled/disabled with the gdb commands
 "osv leak on", "osv leak off", but even easier is to add the "--leak"
-paramter to the loader, to have it start leak detection when entering the
+parameter to the loader, to have it start leak detection when entering the
 payload (not during OSv boot). For example:
 
 ```
-- 
GitLab