File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public override bool Execute()
3434 // The main version number we use for GCM contains the first three
3535 // components.
3636 // The assembly and file version numbers contain all components, as
37- // ommitting the revision portion from these properties causes
37+ // omitting the revision portion from these properties causes
3838 // runtime failures on Windows.
3939 Version = $ "{ fullVersion . Major } .{ fullVersion . Minor } .{ fullVersion . Build } ";
4040 AssemblyVersion = FileVersion = fullVersion . ToString ( ) ;
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ echo "Packing Packaging.Linux..."
7676
7777# Cleanup any old archive files
7878if [ -e " $TAROUT " ]; then
79- echo " Deleteing old archive '$TAROUT '..."
79+ echo " Deleting old archive '$TAROUT '..."
8080 rm " $TAROUT "
8181fi
8282
Original file line number Diff line number Diff line change 8282
8383# Cleanup any old package
8484if [ -e " $DISTOUT " ]; then
85- echo " Deleteing old product package '$DISTOUT '..."
85+ echo " Deleting old product package '$DISTOUT '..."
8686 rm " $DISTOUT "
8787fi
8888
Original file line number Diff line number Diff line change 5252
5353# Cleanup any old component
5454if [ -e " $PKGOUT " ]; then
55- echo " Deleteing old component '$PKGOUT '..."
55+ echo " Deleting old component '$PKGOUT '..."
5656 rm " $PKGOUT "
5757fi
5858
You can’t perform that action at this time.
0 commit comments