소스 검색

Fix small typo

Impplementation => Implementation
Davor Lozic 9 년 전
부모
커밋
0e3ab8b2f8
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: