Browse Source

apparantly -> apparently

Semen Zhydenko 6 years ago
parent
commit
86e544849c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      21-shell/README.md

+ 1 - 1
21-shell/README.md

@@ -34,7 +34,7 @@ we implement the boot sequence for a different machine.
 There are more switches for the `CFLAGS` on the `Makefile`, since we will now
 There are more switches for the `CFLAGS` on the `Makefile`, since we will now
 start creating higher-level functions for our C library and we don't want
 start creating higher-level functions for our C library and we don't want
 the compiler to include any external code if we make a mistake with a declaration.
 the compiler to include any external code if we make a mistake with a declaration.
-We also added some flags to turn warnings into errors, since an apparantly minor mistake
+We also added some flags to turn warnings into errors, since an apparently minor mistake
 converting pointers can blow up later on. This also forced us to modify some misc pointer
 converting pointers can blow up later on. This also forced us to modify some misc pointer
 declarations in our code.
 declarations in our code.