summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-30 09:47:54 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-30 09:47:54 +0000
commitcf530612f1a1fc6993a0402bc8501700726eaaba (patch)
tree0906b7f915e2b10ec56924376076154c4cb41ae6 /testtools
parent78ef2366384f3ac8e2af34bb796480dc881f71e6 (diff)
#i91164# fixed build break due to a comment with an unquoted apostrophe
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/cliversioning/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/source/cliversioning/makefile.mk b/testtools/source/cliversioning/makefile.mk
index 9e5274343758..c12cc7d7b982 100644
--- a/testtools/source/cliversioning/makefile.mk
+++ b/testtools/source/cliversioning/makefile.mk
@@ -7,7 +7,7 @@
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
# This file is part of OpenOffice.org.
#
@@ -130,7 +130,7 @@ RUNINSTRUCTIONS :
@echo .
@echo Or install an office with setup /a. Expand PATH with the bin folder of the URE.
@echo Set UNO_PATH=system_path_to_program_folder
- @echo This must be the brand layer's program folder.
+ @echo This must be the program folder of the brand layer.
@echo For example, c:\staroffice\Sun\staroffice 9\program
@echo Run runtests.exe.
@echo .