From 863dc2e8413c9c0fc6059fe5b16b2a269181e01e Mon Sep 17 00:00:00 2001 From: Arnavion Date: Thu, 27 Jun 2013 10:53:29 -0700 Subject: docs: Typo. --- share/doc/hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/doc/hacking.md b/share/doc/hacking.md index c5373405..bd36472e 100644 --- a/share/doc/hacking.md +++ b/share/doc/hacking.md @@ -24,7 +24,7 @@ routine (void) * When opening a file with Unix level functions (open, read/write, close) as opposed to the C level functions (fopen, fwrite/fread, fclose), use - the OFLAGS macro. This makes sure it'll work on Win32 aswell as Unix e.g.: + the OFLAGS macro. This makes sure it'll work on Win32 as well as Unix e.g.:
fh = open ("file", OFLAGS | O_RDONLY);
-- cgit 1.4.1