* spelling: absolute

* spelling: content

* spelling: received

* spelling: sanitizes
This commit is contained in:
Josh Soref
2020-04-27 09:13:56 -04:00
committed by GitHub
parent df7e2c13c8
commit 7257597d73
4 changed files with 5 additions and 5 deletions

View File

@@ -20,6 +20,6 @@ fi
actualContent=$(cat $path)
if [ "$actualContent" != "$expectedContent" ];then
echo "File contents are not correct, expected $expectedContent, recieved $actualContent"
echo "File contents are not correct, expected $expectedContent, received $actualContent"
exit 1
fi