From 2a65bf32ec270484dcea4d22d3c93552dc0c24dd Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 23 Jun 2015 20:42:27 +0200 Subject: Revert "Typo: iff->if" This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d. iff can mean "if and only if" so not a typo --- ucb/source/ucp/ftp/ftpdirp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb') diff --git a/ucb/source/ucp/ftp/ftpdirp.cxx b/ucb/source/ucp/ftp/ftpdirp.cxx index 64dcac4eedc6..d5d7d93e48be 100644 --- a/ucb/source/ucp/ftp/ftpdirp.cxx +++ b/ucb/source/ucp/ftp/ftpdirp.cxx @@ -548,7 +548,7 @@ bool FTPDirectoryParser::parseDOS ( * * For directories, the returned name is the part; for non- * directory files, the returned name is the part. - * An entry is a directory if its filetype is "DIR" (ignoring case). + * An entry is a directory iff its filetype is "DIR" (ignoring case). * * The READ, WRITE, and ISLINK mode bits are not supported. * -- cgit