bobbyiliev/introduction-to-bash-scripting

Bug: Typo on page 46

deanhouseholder opened this issue · 0 comments

Typo in opening paragraph:
The difference between until and while loops is that the until lool will run the commands within the loop until the condition becomes true.

Change lool to loop.