Skip to content

Commit f9a5503

Browse files
authored
Fixing spelling mistake
1 parent 83cf4a3 commit f9a5503

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
@@ -116,7 +116,7 @@ jobs:
116116
- name: Run GNU tests
117117
### This shell has been changed from "bash" to this command
118118
### "script" will start a pty and the -q command removes the "script" initiation log
119-
### the -e flag makes it propogate the error code and -c runs the command in a pty
119+
### the -e flag makes it propagate the error code and -c runs the command in a pty
120120
### the primary purpose of this change is to run the stty GNU tests
121121
shell: 'script -q -e -c "bash {0}"'
122122
run: |

0 commit comments

Comments
 (0)