diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-17 17:21:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-17 18:23:43 +0100 |
commit | b569683398f2cf071c7819f2ef1db514d99e1fdb (patch) | |
tree | 64ba41dfc8fc9d0859b159dad358f4fa87404a35 /include/vcl | |
parent | b2b1a7ba78bb23d31eacb21c386745314cbf3379 (diff) |
Fix typo
Change-Id: I08800becb25f04bb30577185259b290f9cc783e3
Reviewed-on: https://gerrit.libreoffice.org/85319
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/ITiledRenderable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index a17ed6347559..65e3287dd5d0 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -290,7 +290,7 @@ public: /** * It can happen that the underlying implementation is being disposed, but - * somebedy is trying to access the data... + * somebody is trying to access the data... */ virtual bool isDisposed() const { |