diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2013-04-07 09:43:18 +1000 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-04-07 09:15:29 +0000 |
commit | 5b08c6e7a21dda94d5b755eea0b1ed1e9c199bec (patch) | |
tree | ddb1e3db0ecfe39647aff7e0e93a1fb175a731e0 /tools/inc | |
parent | 6025fd8970444794e0a9dde76f12d0dd1ec8b778 (diff) |
Typo in comment in resmgr.hxx
Change-Id: I6378c79f77ab897bf5a4e39c00944037beeef328
Reviewed-on: https://gerrit.libreoffice.org/3220
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/resmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx index 2fc6cf597375..3b500b9163ed 100644 --- a/tools/inc/tools/resmgr.hxx +++ b/tools/inc/tools/resmgr.hxx @@ -152,7 +152,7 @@ public: /// Free resource context void PopContext( const Resource* = NULL ); - /// Incremet resource pointer + /// Increment resource pointer void* Increment( sal_uInt32 nSize ); /// Size of an object within the resource |