summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-12-20 11:25:37 +0100
committerAndras Timar <andras.timar@collabora.com>2013-12-20 15:55:00 +0100
commitb55259eeb549482477c57d854f3de72aff345edb (patch)
tree35e474b8458ae776a8455f4f78e73ae28c611180 /include/tools
parent377ec698afc98a9a098b456f4ae3c694498df6a2 (diff)
typo fixes
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/extendapplicationenvironment.hxx2
-rw-r--r--include/tools/resid.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/extendapplicationenvironment.hxx b/include/tools/extendapplicationenvironment.hxx
index c8a19c4afd14..9a610a0b811e 100644
--- a/include/tools/extendapplicationenvironment.hxx
+++ b/include/tools/extendapplicationenvironment.hxx
@@ -24,7 +24,7 @@
namespace tools {
-// Extend the environment of the process in a platform specifc way as necessary
+// Extend the environment of the process in a platform specific way as necessary
// for OOo-related applications; must be called first thing in main:
TOOLS_DLLPUBLIC void extendApplicationEnvironment();
diff --git a/include/tools/resid.hxx b/include/tools/resid.hxx
index 631f8bc8a20d..0966b3bf4630 100644
--- a/include/tools/resid.hxx
+++ b/include/tools/resid.hxx
@@ -84,7 +84,7 @@ public:
RESOURCE_TYPE GetRT() const { return( m_nRT ); }
- /** Set the type if not already set. Ask for tye with GetRT()
+ /** Set the type if not already set. Ask for type with GetRT()
[Example]
ResId aId( 1000 );