Skip to content

Commit 87d3750

Browse files
committed
Fixing spelling mistake
1 parent 3cf2251 commit 87d3750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Run GNU tests
120120
### This shell has been changed from "bash" to this command
121121
### "script" will start a pty and the -q command removes the "script" initiation log
122-
### the -e flag makes it propogate the error code and -c runs the command in a pty
122+
### the -e flag makes it propagate the error code and -c runs the command in a pty
123123
### the primary purpose of this change is to run the stty GNU tests
124124
shell: 'script -q -e -c "bash {0}"'
125125
run: |

0 commit comments

Comments
 (0)