summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man2/pipe.md
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man2/pipe.md')
-rw-r--r--Base/usr/share/man/man2/pipe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man2/pipe.md b/Base/usr/share/man/man2/pipe.md
index 020f85151e..fcea9a9827 100644
--- a/Base/usr/share/man/man2/pipe.md
+++ b/Base/usr/share/man/man2/pipe.md
@@ -29,7 +29,7 @@ writes some data to the pipe which the parent reads:
```c++
#include <AK/Assertions.h>
#include <stdio.h>
-#incldue <unistd.h>
+#include <unistd.h>
int main()
{