summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-12-28 13:55:33 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-12-28 13:56:15 +0100
commitfb905e6457ba3f793d783523cdacfe3a9e8ac48f (patch)
tree834f08f2c763360dfab4fe9dbb42b0772b2c5495
parentb250f3ddd7d8a14746b4df1029b7cbf3ae86b1d1 (diff)
Typo: pysical->physical
Change-Id: I73d006ee5de8294cc0dc1cf48a77c6e4466c49ae
-rw-r--r--sw/inc/pagepreviewlayout.hxx4
-rw-r--r--vcl/source/gdi/pngread.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/pagepreviewlayout.hxx b/sw/inc/pagepreviewlayout.hxx
index 7c440bede8cc..1362733410db 100644
--- a/sw/inc/pagepreviewlayout.hxx
+++ b/sw/inc/pagepreviewlayout.hxx
@@ -530,7 +530,7 @@ public:
@author OD
@param _nPageNum
- input parameter - pysical page number of preview page, for which the
+ input parameter - physical page number of preview page, for which the
page size has to be returned.
@return an object of class <Size>
@@ -542,7 +542,7 @@ public:
@author OD
@param _nPageNum
- input parameter - pysical page number of preview page, for which the
+ input parameter - physical page number of preview page, for which the
virtual page number has to be determined.
@return virtual page number of page given by its physical page number,
diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx
index 7996f46fe7c1..60b8d033479c 100644
--- a/vcl/source/gdi/pngread.cxx
+++ b/vcl/source/gdi/pngread.cxx
@@ -120,7 +120,7 @@ private:
bool mbStatus : 1;
bool mbIDAT : 1; // true if finished with enough IDAT chunks
bool mbGamma : 1; // true if Gamma Correction available
- bool mbpHYs : 1; // true if pysical size of pixel available
+ bool mbpHYs : 1; // true if physical size of pixel available
bool mbIgnoreGammaChunk : 1;
#if OSL_DEBUG_LEVEL > 0