diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:54:40 +0200 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2015-09-30 12:38:10 +0000 |
commit | d344d2b1f5e528c5f2a2d6b892a23e402aa4bd46 (patch) | |
tree | 81c5b2239205d6ed6de7a889bc543871416b02a1 /include/drawinglayer/texture/texture.hxx | |
parent | b3ebda451f3f48bfdaaef7b4ea06083c8966ff0e (diff) |
Fix typos
Change-Id: I6dfb5fb468c1305a8f248bf5788c5760135fd835
Reviewed-on: https://gerrit.libreoffice.org/18955
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'include/drawinglayer/texture/texture.hxx')
-rw-r--r-- | include/drawinglayer/texture/texture.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/texture/texture.hxx b/include/drawinglayer/texture/texture.hxx index 69289e1be8ef..f9ec11ff11a6 100644 --- a/include/drawinglayer/texture/texture.hxx +++ b/include/drawinglayer/texture/texture.hxx @@ -323,7 +323,7 @@ namespace drawinglayer // tile a matrix will be created (by appendTransformations) that // represents the needed transformation to map a filling in unit // coordinates to that tile. - // When offsetX is given, every 2nd line will be ofsetted by the + // When offsetX is given, every 2nd line will be offsetted by the // given percentage value (offsetX has to be 0.0 <= offsetX <= 1.0). // Accordingly to offsetY. If both are given, offsetX is preferred // and offsetY is ignored. |