summaryrefslogtreecommitdiff
path: root/solenv/bin/makemani.pl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 07:10:37 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 07:10:37 +0000
commitea65c7dde1d9795e2e4b2291fc1a2265a031102c (patch)
treeb302fa21b46026482937631a579969ef9ea6f260 /solenv/bin/makemani.pl
parent745aa23cee130ae5c3e184d0aca2071dbc9cb32f (diff)
INTEGRATION: CWS ause094 (1.3.38); FILE MERGED
2008/05/19 10:30:07 hjs 1.3.38.1: #i88602# typo...
Diffstat (limited to 'solenv/bin/makemani.pl')
-rw-r--r--solenv/bin/makemani.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/makemani.pl b/solenv/bin/makemani.pl
index d6f4ce787201..a97a7735923c 100644
--- a/solenv/bin/makemani.pl
+++ b/solenv/bin/makemani.pl
@@ -11,7 +11,7 @@
#
# $RCSfile: makemani.pl,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
# This file is part of OpenOffice.org.
#
@@ -61,7 +61,7 @@ sub usage
{
print STDERR "\n$0 - append *.xcu file entries to .oxt manifest.xml\n\n";
print STDERR "usage: $0 <static_part> <start dir> <search dir> <destination dir>\n\n";
- print STDERR " staic part - file containig all other content for mainfest.xml\n";
+ print STDERR " static part - file containig all other content for mainfest.xml\n";
print STDERR " start dir - directory to change to before starting search\n";
print STDERR " out dir - destination directory to write manifes.xml to\n\n";
exit 1;