From: Darren Hart Date: Sun, 23 Dec 2012 03:47:24 +0000 (-0500) Subject: libext2fs: fix spelling typo in texinfo docs X-Git-Tag: v1.42.7~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e329f67ba5d4555d3ee317e5fe3c665b3ac368bc;p=thirdparty%2Fe2fsprogs.git libext2fs: fix spelling typo in texinfo docs Signed-off-by: Darren Hart Signed-off-by: "Theodore Ts'o" Cc: Andreas Dilger --- diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 9d8e7f1e5..8272d1dc6 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -767,7 +767,7 @@ to initialize directory entries for @file{.} and @file{..}, respectively. @deftypefun errcode_t ext2fs_dir_iterate (ext2_filsys @var{fs}, ext2_ino_t @var{dir}, int @var{flags}, char *@var{block_buf}, int (*@var{func})(struct ext2_dir_entry *@var{dirent}, int @var{offset}, int @var{blocksize}, char *@var{buf}, void *@var{private}), void *@var{private}) -This function interates over all of the directory entries in the +This function iterates over all of the directory entries in the directory @var{dir}, calling the callback function @var{func} for each directory entry in the directory. The @var{block_buf} parameter should either be NULL, or if the @code{ext2fs_dir_iterate} function is