From 94b46dd7feba748fbac3fa02f27bc5eee8118477 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Tue, 5 Mar 2019 15:43:11 +0100 Subject: [PATCH] fixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 499022e..0d98540 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ Open a file. | O_RDWR | 0x002 | open for reading an writing | | O_CREAT | 0x040 | create (a new) file | | O_EXCL | 0x080 | open file exclusivly | -| O_TRUNK | 0x200 | open file to trunkate | +| O_TRUNC | 0x200 | open file to truncate | | O_APPEND | 0x400 | open file to append | #### close