diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:23:08 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:32:05 +0000 |
commit | b068d9fb8d29e06ff652b1493605cea22a9199f3 (patch) | |
tree | c504f24e8d0ba3acb58a9e793cd8e7f83db47f58 /rsc | |
parent | d6ac6475a5f0304e0d9b770a5f8ec98f425e59b6 (diff) |
Fix typos
Change-Id: I35eeb71f4f698e39b7b0d98e3cb30657a64a611a
Reviewed-on: https://gerrit.libreoffice.org/34802
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rsctop.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rsctop.hxx b/rsc/inc/rsctop.hxx index 2c7a98d3f18c..1a5afad988bf 100644 --- a/rsc/inc/rsctop.hxx +++ b/rsc/inc/rsctop.hxx @@ -179,7 +179,7 @@ public: // sets all default values virtual void SetToDefault( const RSCINST & rInst ); - // wether input is equal to default + // whether input is equal to default virtual bool IsDefault( const RSCINST & rInst ); // sets value to default |