From 889de665ec9d2ac25a9dccd4830cb97ed0c7c56e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 30 Jul 2012 08:41:34 +0200 Subject: Typo ressource -> resource Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831 --- dbaccess/source/ui/inc/moduledbu.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/inc/moduledbu.hxx') diff --git a/dbaccess/source/ui/inc/moduledbu.hxx b/dbaccess/source/ui/inc/moduledbu.hxx index 84a2997d4527..3d34259e964a 100644 --- a/dbaccess/source/ui/inc/moduledbu.hxx +++ b/dbaccess/source/ui/inc/moduledbu.hxx @@ -67,7 +67,7 @@ private: //========================================================================= //= OModuleClient //========================================================================= -/** base class for objects which uses any global module-specific ressources +/** base class for objects which uses any global module-specific resources */ class OModuleClient { @@ -79,7 +79,7 @@ public: //========================================================================= //= ModuleRes //========================================================================= -/** specialized ResId, using the ressource manager provided by the global module +/** specialized ResId, using the resource manager provided by the global module */ class ModuleRes : public ::ResId { -- cgit