diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:30:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:30:11 +0200 |
commit | cf92da3d6e1de14756efe3f1ee79f393a2f3787d (patch) | |
tree | e459cecb503f3de8550c078e01a4a3634ca3fb5f /ucb | |
parent | b9064c0780232610af9e4d45ba5c85b9496d1f75 (diff) |
Typo: iff->if
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ftp/ftpdirp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/ftp/ftpdirp.cxx b/ucb/source/ucp/ftp/ftpdirp.cxx index d5d7d93e48be..64dcac4eedc6 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 <filename> part; for non- * directory files, the returned name is the <filename "." filetype> part. - * An entry is a directory iff its filetype is "DIR" (ignoring case). + * An entry is a directory if its filetype is "DIR" (ignoring case). * * The READ, WRITE, and ISLINK mode bits are not supported. * |