You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/02/24 11:39:06 UTC

svn commit: r1825220 - /openoffice/trunk/main/solenv/bin/make_ext_update_info.pl

Author: mseidel
Date: Sat Feb 24 11:39:06 2018
New Revision: 1825220

URL: http://svn.apache.org/viewvc?rev=1825220&view=rev
Log:
Fixed double wording in comment

Modified:
    openoffice/trunk/main/solenv/bin/make_ext_update_info.pl

Modified: openoffice/trunk/main/solenv/bin/make_ext_update_info.pl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/make_ext_update_info.pl?rev=1825220&r1=1825219&r2=1825220&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/bin/make_ext_update_info.pl (original)
+++ openoffice/trunk/main/solenv/bin/make_ext_update_info.pl Sat Feb 24 11:39:06 2018
@@ -125,7 +125,7 @@ writeUpdateInformationData($ARGV[0]);
 die "Error: The description.xml does not contain a <identifier> element.\n" unless $identifier;
 die "Error: The description.xml does not contain a <version> element. \n" unless $version;
 
-#write the write the update-download element and the children.
+#write the update-download element and the children.
 #the indention of <update-download> corresponds to that of <version>
 print $FH ' 'x$indent, '<update-download>', "\n";
 #check if update-urls have been provided through --update-url option