summaryrefslogtreecommitdiff
path: root/vcl/inc/win
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-25 20:17:31 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-25 21:30:50 +0200
commit1729f554f8ecc4a4f6fa92b71dff8bab67d238c7 (patch)
treebc39b1723b943b513d81cd995e79d82ee42dec3f /vcl/inc/win
parent7a4587619d58129c5833819ce33caa5e87d08ed3 (diff)
Fix typos
Change-Id: I1efccb8b926e4aa10e9ccee7e8e36919e38c05fc Reviewed-on: https://gerrit.libreoffice.org/76339 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'vcl/inc/win')
-rw-r--r--vcl/inc/win/salgdi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index 23f201fea6fa..344d8cd3e2e6 100644
--- a/vcl/inc/win/salgdi.h
+++ b/vcl/inc/win/salgdi.h
@@ -134,7 +134,7 @@ public:
/// Obtain the texture; the caller must delete it after use.
OpenGLTexture* getTexture();
- /// Copy bitmap data to the texture. Texutre must be initialized and the correct size to hold the bitmap.
+ /// Copy bitmap data to the texture. Texture must be initialized and the correct size to hold the bitmap.
bool copyToTexture(OpenGLTexture& aTexture);
};