From 97abf0bd09461739b29c490918e47588a74a968c Mon Sep 17 00:00:00 2001
From: Kaspar Schleiser <kaspar@schleiser.de>
Date: Wed, 18 Oct 2017 23:27:41 +0200
Subject: [PATCH] lostandfound: fix some typos / wording

---
 LOSTANDFOUND.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/LOSTANDFOUND.md b/LOSTANDFOUND.md
index 633dafe0c4..634ed328be 100644
--- a/LOSTANDFOUND.md
+++ b/LOSTANDFOUND.md
@@ -6,7 +6,7 @@ of this list is to have a reference point for reintegrating those features in
 the future, if new interest arises or a new maintainer is found.
 
 This list is **not** supposed to contain a change log of all the things that are
-being removed from RIOT, but it should contain only full modules that are
+being removed from RIOT, but should contain only full modules that are
 removed without any alternative being merged at the same time. For example
 things like the first `netdev` should not be put in this list, as a successor
 (former `netdev2`) has been merged.
@@ -24,7 +24,7 @@ Author(s):
 - author 2 <a.b@c.net>
 
 Reason for removal:
-- give a short and comprehensive argumentation why this feature was removed
+- give a short and comprehensive reasoning why this feature was removed
 - typical reasons are:
 - feature is not maintained anymore
 - lack of hardware so feature can not be tested (anymore)
@@ -32,10 +32,10 @@ Reason for removal:
 ~~~~~~~~~~~~~~~~~~~
 
 By putting the name of the removed feature and the commit hash in the same line,
-one can very quickly find the commit using `get grep`.
+one can very quickly find the commit using `git grep`.
 
 Listing the authors of the removed code is done for appreciation of their work.
-This way, there names are never removed from the RIOT repository.
+This way, their names are never removed from the RIOT repository.
 
 
 # Removed Features
-- 
GitLab