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 2020/10/03 00:38:22 UTC

svn commit: r1882206 - /openoffice/devtools/genUpdateFeed/generate-update-feed.sh

Author: mseidel
Date: Sat Oct  3 00:38:22 2020
New Revision: 1882206

URL: http://svn.apache.org/viewvc?rev=1882206&view=rev
Log:
Fixed typo

Modified:
    openoffice/devtools/genUpdateFeed/generate-update-feed.sh

Modified: openoffice/devtools/genUpdateFeed/generate-update-feed.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/generate-update-feed.sh?rev=1882206&r1=1882205&r2=1882206&view=diff
==============================================================================
--- openoffice/devtools/genUpdateFeed/generate-update-feed.sh (original)
+++ openoffice/devtools/genUpdateFeed/generate-update-feed.sh Sat Oct  3 00:38:22 2020
@@ -1,6 +1,6 @@
 #!/bin/bash
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -8,16 +8,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 # *************************************************************
 #
 # bash script to generate the Update Feeds requested by installed AOO/OOo instance via HTTP/HTTPS
@@ -32,7 +32,7 @@
 #
 
 
-# check arguements
+# check arguments
 if [ ${#@} -ne 2 ]; then
     echo Generate Update Feed for installed AOO/OOo instances
     echo Usage: $0 [version accessing the Product Update Feed] [new version]