Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnoKing committed Jan 23, 2024
1 parent 5322b40 commit 5b3ee29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/ksh93/tests/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ for i in 0 10000; do
(SRANDOM=$i)
for ((i=0; i<bound; i++))
do if let "got = SRANDOM, got >= bound"
then err_exit "SRANDOM upper bound leads out of virtual subshells ($got >= $bound)"
then err_exit "SRANDOM upper bound leaks out of virtual subshells ($got >= $bound)"
break
fi
done
Expand Down

0 comments on commit 5b3ee29

Please sign in to comment.