summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-20 07:45:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-20 07:45:29 +0200
commitc8bac1b50cabd581108f9148b4bf73d9d8b5fd9a (patch)
treee6cd95a1b655cf19faf88edd2ec00e5eec728f13
parent708adea0c055f04b3416ce27ebb7269e11c43bb6 (diff)
downloadwww-andreasbaumann-cc-c8bac1b50cabd581108f9148b4bf73d9d8b5fd9a.tar.gz
www-andreasbaumann-cc-c8bac1b50cabd581108f9148b4bf73d9d8b5fd9a.tar.bz2
fixed small type in blog abaos intro
-rw-r--r--content/blog/abaos-intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/abaos-intro.md b/content/blog/abaos-intro.md
index 8360990..a51d95f 100644
--- a/content/blog/abaos-intro.md
+++ b/content/blog/abaos-intro.md
@@ -35,7 +35,7 @@ I used the following two:
- [Write your own Operating System, Viktor Engelmann](http://wyoos.org/)
There are also nice web pages out there collecting stuff for
-OS developers, to pick too of them here:
+OS developers, to pick two of them here:
- [OSDEV Wiki](http://wiki.osdev.org/Main_Page)
- [Lowlevel.eu](http://lowelevel.eu)