Преглед на файлове

Merge pull request #348 from warriorkitty/patch-1

Fix small typo
0xAX преди 9 години
родител
ревизия
0991ccf2ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Timers/timers-7.md

+ 1 - 1
Timers/timers-7.md

@@ -251,7 +251,7 @@ which We already saw a little about implementation of this function in the previ
 
 That's all.
 
-Impplementation of the `nanosleep` system call
+Implementation of the `nanosleep` system call
 --------------------------------------------------------------------------------
 
 The last system call in our list is the `nanosleep`. As you can understand from its name, this function provides `sleeping` ability. Let's look on the following simple example: