Skip to content

Commit 811e93b

Browse files
author
Vladimir Kotal
committed
fix typo
1 parent 5d37c82 commit 811e93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
\item One cannot use \texttt{O\_RDONLY | O\_WRONLY} for both reading and writing
148148
as historically, implementations used 0 for the read-only flag. The standard
149149
defines that only one of those three flags may be used.
150-
\item Is is possible to open and create a file for writing so that writing is
150+
\item It is possible to open and create a file for writing so that writing is
151151
disallowed by its mode. It will work for the initial file opening but any
152152
subsequent attempts to write will fail.
153153
\item You need write permission to use \texttt{O\_TRUNC}.

0 commit comments

Comments
 (0)