style: Fixed Misspells (#223)

Fixed the various misspells which were present in the code pointed out by Go Report Card
Fixes #198

Signed-off-by: Kartik-Garg <kartik.garg@infracloud.io>
This commit is contained in:
Kartik Garg
2023-05-26 14:23:00 +05:30
committed by GitHub
parent c4a7ebe1e8
commit 59674a221a
8 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ func TestMetroDeleteNonExist(t *testing.T) {
}
_, err := ps.Delete(context.Background(), metro)
if err == nil {
t.Fatal("deleted non existant metro")
t.Fatal("deleted non existent metro")
}
}