]> git.lyx.org Git - features.git/commitdiff
typos
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 26 Feb 2007 22:27:37 +0000 (22:27 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 26 Feb 2007 22:27:37 +0000 (22:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17374 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/GraphicsCacheItem.C
src/graphics/GraphicsImage.C

index ac99adb2144a2a8eb97aec73c981485cec718260..e8473a91447d04485408c8326c668c0c4d8297d5 100644 (file)
@@ -397,7 +397,7 @@ void CacheItem::Impl::convertToDisplayFormat()
                filename = filename_;
 
        docstring const displayed_filename = makeDisplayPath(filename_.absFilename());
-       lyxerr[Debug::GRAPHICS] << "[GrahicsCacheItem::convertToDisplayFormat]\n"
+       lyxerr[Debug::GRAPHICS] << "[graphics::CacheItem::Impl::convertToDisplayFormat]\n"
                << "\tAttempting to convert image file: " << filename
                << "\n\twith displayed filename: " << lyx::to_utf8(displayed_filename)
                << endl;
index b1d7e60707e09c7e39ad530fa73640e149d05806..14466183e40a66664e3322defa697813dedccba0 100644 (file)
@@ -43,7 +43,7 @@ Image::getScaledDimensions(Params const & params) const
        }
 
        lyxerr[Debug::GRAPHICS]
-               << "GraphicsImage::getScaledDImensions()"
+               << "graphics::Image::getScaledDimensions()"
                << "\n\tparams.scale       : " << params.scale
                << "\n\twidth              : " << width
                << "\n\theight             : " << height