Propose fix some typos (#8206)

This commit is contained in:
John Eismeier 2018-11-08 22:33:24 -05:00 committed by Ilya
parent 75fa6af9c0
commit 4118fd2829
5 changed files with 9 additions and 9 deletions

View file

@ -725,7 +725,7 @@ function New-PSOptions {
# Get the Options of the last build
function Get-PSOptions {
param(
[Parameter(HelpMessage='Defaults to New-PSOption if a build has not ocurred.')]
[Parameter(HelpMessage='Defaults to New-PSOption if a build has not occurred.')]
[switch]
$DefaultToNew
)

View file

@ -355,10 +355,10 @@
<value>The RepetitionInterval parameter cannot have a value of zero unless the RepetitionDuration parameter also has a zero value. A zero value removes repetition behavior from the Job trigger.</value>
</data>
<data name="ErrorRenamingScheduledJob" xml:space="preserve">
<value>An error occured while attempting to rename scheduled job from {0} to {1}.</value>
<value>An error occurred while attempting to rename scheduled job from {0} to {1}.</value>
</data>
<data name="ErrorRenamingScheduledJobWithMessage" xml:space="preserve">
<value>An error occured while attempting to rename scheduled job from {0} to {1} with error message: {2}.</value>
<value>An error occurred while attempting to rename scheduled job from {0} to {1} with error message: {2}.</value>
</data>
<data name="BrokenRenamingScheduledJob" xml:space="preserve">
<value>An unrecoverable error occurred while renaming the scheduled job from {0} to {1}. The scheduled job will be removed.</value>

View file

@ -4,8 +4,8 @@
<annotation>
<documentation>
This schema describes MAML, the Microsoft Assistance Markup Language.
MAML is intended for software documentation. In particular, it is
intended to accomodate the needs of Microsoft documentation.
MAML is intended for software documentation. In particular, it is
intended to accommodate the needs of Microsoft documentation.
</documentation>
<documentation>
The schema is broken into three main areas: end user, developer and

View file

@ -4,8 +4,8 @@
<annotation>
<documentation>
This schema describes MAML, the Microsoft Assistance Markup Language.
MAML is intended for software documentation. In particular, it is
intended to accomodate the needs of Microsoft documentation.
MAML is intended for software documentation. In particular, it is
intended to accommodate the needs of Microsoft documentation.
</documentation>
<documentation>
The schema is broken into three main areas: end user, developer and

View file

@ -9,7 +9,7 @@ install(){
#bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh) <ARGUMENTS>
#Usage - if you do not have the ability to run scripts directly from the web,
#Usage - if you do not have the ability to run scripts directly from the web,
# pull all files in this repo folder and execute, this script
# automatically prefers local copies of sub-scripts
@ -132,7 +132,7 @@ install(){
bash <(wget -qO- $gitreposcriptroot/appimage.sh) $@
fi
elif [ "$DistroBasedOn" == "redhat" ] || [ "$DistroBasedOn" == "debian" ] || [ "$DistroBasedOn" == "osx" ] || [ "$DistroBasedOn" == "suse" ] || [ "$DistroBasedOn" == "amazonlinux" ]; then
echo "Configuring PowerShell Core Enviornment for: $DistroBasedOn $DIST $REV"
echo "Configuring PowerShell Core Environment for: $DistroBasedOn $DIST $REV"
if [ -f $SCRIPTFOLDER/installpsh-$DistroBasedOn.sh ]; then
#Script files were copied local - use them
. $SCRIPTFOLDER/installpsh-$DistroBasedOn.sh