mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 04:47:07 +00:00
Fix another batch of spelling typos (#13915)
* Fix typos * Remove repeated words * Minor grammar fixes
This commit is contained in:
@@ -35,7 +35,7 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Check if no memory leaks occured:"
|
||||
echo "Check if no memory leaks occurred:"
|
||||
leakCount=$(cat result.log | grep 'lost: 0 bytes in 0 blocks' | wc -l)
|
||||
if [ $leakCount == 3 ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user