Fix typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22118 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-12-13 08:02:46 +00:00
parent 15fe6b3c53
commit 663b5f4417

View File

@ -143,7 +143,7 @@ bool FileName::renameTo(FileName const & name) const
{
bool success = QFile::rename(d->fi.absoluteFilePath(), name.d->fi.absoluteFilePath());
if (!success)
LYXERR0("Could not copy file " << *this << " to " << name);
LYXERR0("Could not rename file " << *this << " to " << name);
return success;
}