From db7a441342f7a22d23492dbd25b113e9573db192 Mon Sep 17 00:00:00 2001 From: Gregg King Date: Thu, 28 Feb 2013 18:11:24 -0400 Subject: Typo fix: informations -> information and a few other adjacent typos. FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- canvas/source/tools/surface.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'canvas') diff --git a/canvas/source/tools/surface.cxx b/canvas/source/tools/surface.cxx index 83bb9b960742..d30b8f4a8d9f 100644 --- a/canvas/source/tools/surface.cxx +++ b/canvas/source/tools/surface.cxx @@ -468,7 +468,7 @@ namespace canvas if( mpFragment ) { // now we need to 'select' the fragment, which will in turn - // pull informations from the image on demand. + // pull information from the image on demand. // in case this fragment is still not located on any of the // available pages ['naked'], we force the page manager to // do it now, no way to defer this any longer... -- cgit