From 80c87c5285755f5ea8a18817b541ce2d78adc540 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 4 Sep 2024 13:40:08 -0700 Subject: [PATCH] fix incorect spellign (thanks @gjcolombo) --- nexus/src/app/background/tasks/instance_watcher.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nexus/src/app/background/tasks/instance_watcher.rs b/nexus/src/app/background/tasks/instance_watcher.rs index 22bbebd50f0..1a14d593f5e 100644 --- a/nexus/src/app/background/tasks/instance_watcher.rs +++ b/nexus/src/app/background/tasks/instance_watcher.rs @@ -188,8 +188,8 @@ impl InstanceWatcher { // unreachable for a while. We may also want to take other // corrective actions or alert an operator in this case. // - // TODO(eliza): because we have the preported IP address - // of the instance's VMM from our databse query, we could + // TODO(eliza): because we have the purported IP address + // of the instance's VMM from our database query, we could // also ask the VMM directly when the sled-agent is // unreachable. We should start doing that here at some // point.