diff --git a/node/tools/src/k8s.rs b/node/tools/src/k8s.rs index 8ffc4935..e1c757b7 100644 --- a/node/tools/src/k8s.rs +++ b/node/tools/src/k8s.rs @@ -368,5 +368,5 @@ where return result; } } - unreachable!("Loop sould always return") + unreachable!("Loop should always return") }