Skip to content

Commit 4425116

Browse files
author
Vladimir Kotal
committed
fix translation
1 parent a7fa180 commit 4425116

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

file-api.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,8 +788,9 @@
788788
\texttt{int \funnm{lstat}(const char *\emph{path}, struct stat
789789
*\emph{buf});}
790790
\begin{itemize}
791-
\item if \emph{path} is a symlink, \texttt{stat()} returns informace on the file
792-
the symlink refers to. This function returns information about the link itself.
791+
\item if \emph{path} is a symlink, \texttt{stat()} returns information of the
792+
file the symlink refers to. This function returns information about the link
793+
itself.
793794
\end{itemize}
794795
\end{slide}
795796

0 commit comments

Comments
 (0)