Spell fixes across code (#2288)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-12-28 18:40:07 +05:30
committed by GitHub
parent 37609ad7ec
commit 327275d1a4
23 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ pool_mgr_test_1() {
main() {
# extract the test-id generated for this CI test run, so that they can be suffixed to namespaces created as part of
# this test and namespaces wont clash when fission CI tests are run in parallel in the future.
# this test and namespaces won't clash when fission CI tests are run in parallel in the future.
id=`echo $FISSION_NAMESPACE| cut -d"-" -f2`
echo "test_id : $id"