summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
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 /vcl/source/gdi/pngread.cxx
parentb250f3ddd7d8a14746b4df1029b7cbf3ae86b1d1 (diff)
Typo: pysical->physical
Change-Id: I73d006ee5de8294cc0dc1cf48a77c6e4466c49ae
Diffstat (limited to 'vcl/source/gdi/pngread.cxx')
-rw-r--r--vcl/source/gdi/pngread.cxx2
1 files changed, 1 insertions, 1 deletions
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