From: Jean-Marc Lasgouttes Date: Mon, 26 Feb 2007 22:27:37 +0000 (+0000) Subject: typos X-Git-Tag: 1.6.10~10655 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b01a9dc187d9cd396a57463ad27511379dcdc9cd;p=features.git typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17374 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/graphics/GraphicsCacheItem.C b/src/graphics/GraphicsCacheItem.C index ac99adb214..e8473a9144 100644 --- a/src/graphics/GraphicsCacheItem.C +++ b/src/graphics/GraphicsCacheItem.C @@ -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; diff --git a/src/graphics/GraphicsImage.C b/src/graphics/GraphicsImage.C index b1d7e60707..14466183e4 100644 --- a/src/graphics/GraphicsImage.C +++ b/src/graphics/GraphicsImage.C @@ -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