]> git.lyx.org Git - features.git/commitdiff
Fix typo.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 13 Dec 2007 08:02:46 +0000 (08:02 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 13 Dec 2007 08:02:46 +0000 (08:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22118 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/FileName.cpp

index 110b44711d8f609cacc698818326fffaf85a0bce..92d411820c48b9726a1fa46459544c9bb197fac4 100644 (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;
 }