summaryrefslogtreecommitdiff
path: root/solenv/doc
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-05-19 20:15:06 +0200
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-05-19 20:15:06 +0200
commit29669b5ed6ca98d516e5edac605a00513225809f (patch)
tree2dd2b1cb7dfa46d5d2b1b7492341b8aae6292349 /solenv/doc
parente3ed8b89ebefcb13d2f11523c429244e32a5f2e8 (diff)
CWS gnumake2: minor fixes
Diffstat (limited to 'solenv/doc')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/alllangres.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/alllangres.mk b/solenv/doc/gbuild/solenv/gbuild/alllangres.mk
index da55c114b983..8d5034e881dd 100644
--- a/solenv/doc/gbuild/solenv/gbuild/alllangres.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/alllangres.mk
@@ -9,7 +9,7 @@ namespace gb
class SrsPartTarget : public Target, public HasDependencies, public UsesRsc
{
private:
- /// SrsPartTarget do not need to be explicitly constructed.
+ /// SrsPartTarget s do not need to be explicitly constructed.
/// They are a helper class for the SrsTarget class.
/// They are named after the path of their source file (without
@@ -41,7 +41,7 @@ namespace gb
/// Adds multiple SrsPartTarget s to be processed.
void add_files(List<SrsPartTarget> parts);
private:
- /// SrsPartTarget do not need to be explicitly constructed.
+ /// SrsTarget s do not need to be explicitly constructed.
/// They are a helper class for the ResTarget class.
SrsTarget(String name);