Skip to content

Commit

Permalink
Spelling fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Nov 25, 2023
1 parent 274293f commit 908e062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_maxima32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compile_maxima64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 908e062

Please sign in to comment.