cleanup: fix typos across multiple files

Does not affect code.

Updates #cleanup

Signed-off-by: Naasir <yoursdeveloper@protonmail.com>
This commit is contained in:
Naasir
2025-12-02 13:19:47 +05:30
committed by Brad Fitzpatrick
parent ece6e27f39
commit 77dcdc223e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ func (er *egressPodsReconciler) lookupPodRouteViaSvc(ctx context.Context, pod *c
req.Close = true
resp, err := er.httpClient.Do(req)
if err != nil {
// This is most likely because this is the first Pod and is not yet added to service endpints. Other
// This is most likely because this is the first Pod and is not yet added to service endpoints. Other
// error types are possible, but checking for those would likely make the system too fragile.
return unreachable, nil
}