diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-31 08:03:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-01 07:43:15 +0200 |
commit | 7632b3b0b916ec9271c58ea68e59d77221c20a96 (patch) | |
tree | 29defbbb1c92c672ff6b9aa2a8eba60b9b9da119 /include/basegfx | |
parent | 4977b95a69fbcefb4cf415cdfb86665e5d6b5abb (diff) |
Fix typos
Change-Id: I3da548adbbd8b24fe79779bdd8de70bdf7244035
Reviewed-on: https://gerrit.libreoffice.org/59845
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'include/basegfx')
-rwxr-xr-x | include/basegfx/utils/systemdependentdata.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basegfx/utils/systemdependentdata.hxx b/include/basegfx/utils/systemdependentdata.hxx index 17a0ce44f815..6d4a90d10cda 100755 --- a/include/basegfx/utils/systemdependentdata.hxx +++ b/include/basegfx/utils/systemdependentdata.hxx @@ -42,7 +42,7 @@ namespace basegfx virtual void endUsage(basegfx::SystemDependentData_SharedPtr& rData) = 0; virtual void touchUsage(basegfx::SystemDependentData_SharedPtr& rData) = 0; - // flush all buffred data (e.g. cleanup/shutdown) + // flush all buffered data (e.g. cleanup/shutdown) virtual void flushAll() = 0; }; } // end of namespace basegfx @@ -58,7 +58,7 @@ namespace basegfx // is deleted, the corresponding SystemDependentData_WeakPtr will get void. // To make this work, a minimal SystemDependentDataManager *has* to hold at // least that one SystemDependentData_SharedPtr. - // That SystemDependentData_SharedPtr may be (e.g. Timer-based or ressource-based) + // That SystemDependentData_SharedPtr may be (e.g. Timer-based or resource-based) // be freed then. This minimal implementation does never free it, so all stay valid. // The instances may still be removed by endUsage calls, but there is no // caching/buffering mechanism involved here at all. It's an example, but |