fixing documentation bug (r=ccarlen)

This commit is contained in:
darin%netscape.com 2002-05-06 22:45:30 +00:00
Родитель 8af63929dc
Коммит 98fb4cb449
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -121,7 +121,7 @@ interface nsIFile : nsISupports
*
* @param newParentDir
* This param is the destination directory. If the
* newParentDir is empty, copyTo() will use the parent
* newParentDir is null, copyTo() will use the parent
* directory of this file. If the newParentDir is not
* empty and is not a directory, an error will be
* returned (NS_ERROR_FILE_DESTINATION_NOT_DIR)