This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new ac97569 Fixed typos ac97569 is described below commit ac97569e8e019dffeca9ee09a49efc7f9f22c6da Author: mseidel <msei...@apache.org> AuthorDate: Fri Dec 11 19:16:17 2020 +0100 Fixed typos (cherry picked from commit 758207c5212e6aea207172fc936d4173f9966948) --- main/set_soenv.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/main/set_soenv.in b/main/set_soenv.in index 47b1d07..b57d46c 100644 --- a/main/set_soenv.in +++ b/main/set_soenv.in @@ -1,7 +1,7 @@ #!@PERL@ -w # ############################################################### -# +# # 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 @@ -9,16 +9,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. -# +# ############################################################### #--------------------------------------------------------------------------- @@ -133,7 +133,7 @@ $ds = "/"; # directory separator $ps = ":"; # path separator $wps = ":"; # path separator, will be set to ';' for windows later. $cur_dir = "."; # current directory -$par_dir = ".."; # parrent directory +$par_dir = ".."; # parent directory $I = " -I"; # include search path $L = " -L"; # library search path $D = " -D"; # define search path @@ -1243,7 +1243,7 @@ elsif ($platform =~ m/cygwin/) $PATH .= $ps.$tmppath; } - # Possible cygwin paths must follow behind the OOo and MS paths + # Possible cygwin paths must follow behind the AOO and MS paths # Check if $PERL_PATH is already set in PATH $tmppath = CygFormat($PERL_PATH); @@ -1759,7 +1759,7 @@ ToFile( "FLIPCMD", $FLIPCMD, "e" ); ToFile( "ARM_TARGET", "@ARM_TARGET@", "e" ); if ( $platform =~ m/darwin/ ) { -# MAXOSX_DEPLOYMENT_TARGET : The minimum version required to run the build, +# MACOSX_DEPLOYMENT_TARGET : The minimum version required to run the build, # build can assume functions/libraries of that version to be available # (safer/easier than dealing with the MAC_OS_X_VERSION_MAX_ALLOWED macro) # http://developer.apple.com/technotes/tn2002/tn2064.html @@ -2547,7 +2547,7 @@ sub WinFormat # Function name: WinPath # Description: Reformat a $sep separated path using DOS paths. # Arguments: 1. Variable (string) -# 2. Separaror (string) +# 2. Separator (string) # Return value: Reformatted String #---------------------------------------------------------- sub WinPath