diff --git a/.github/workflows/compile_maxima32.yml b/.github/workflows/compile_maxima32.yml index 6220729..30b12b7 100644 --- a/.github/workflows/compile_maxima32.yml +++ b/.github/workflows/compile_maxima32.yml @@ -30,10 +30,10 @@ jobs: mkdir maxima-code/crosscompile-windows/build cd maxima-code/crosscompile-windows/build cmake -DBUILD_64BIT=NO .. - # It is not required to build every software component with a seperate + # It is not required to build every software component with a separate # make XYZ # command. A simple 'make' (or 'make package' to build the complete - # installer package) works too. The seperate make commands here + # installer package) works too. The separate make commands here # are mostly for a better structured output on Github. - name: build tcl run: | diff --git a/.github/workflows/compile_maxima64.yml b/.github/workflows/compile_maxima64.yml index a6ca9c8..c2f68b6 100644 --- a/.github/workflows/compile_maxima64.yml +++ b/.github/workflows/compile_maxima64.yml @@ -30,10 +30,10 @@ jobs: mkdir maxima-code/crosscompile-windows/build cd maxima-code/crosscompile-windows/build cmake .. - # It is not required to build every software component with a seperate + # It is not required to build every software component with a separate # make XYZ # command. A simple 'make' (or 'make package' to build the complete - # installer package) works too. The seperate make commands here + # installer package) works too. The separate make commands here # are mostly for a better structured output on Github. - name: build tcl run: |