From c15913b273c74bbfe7b24f99934e09a3249a81a9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 12 Mar 2014 15:48:13 +0200 Subject: Spelling fix: suported Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd --- include/vcl/virdev.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/virdev.hxx b/include/vcl/virdev.hxx index 25ef11c207a6..b78495d24e16 100644 --- a/include/vcl/virdev.hxx +++ b/include/vcl/virdev.hxx @@ -106,7 +106,7 @@ public: /** Create a virtual device using an existing system dependent device or graphics context Any rendering will happen directly on the context and not on any intermediate bitmap. - Note: This might not be suported on all platforms ! + Note: This might not be supported on all platforms ! */ explicit VirtualDevice( const SystemGraphicsData *pData, sal_uInt16 nBitCount ); -- cgit