From 5c8c42dac21e79a33ceaaeaf509d598c9e4e6477 Mon Sep 17 00:00:00 2001 From: Milind Waykole Date: Sat, 9 Aug 2025 09:38:06 +0530 Subject: [PATCH] Fix typeo Signed-off-by: Milind Waykole --- internal/proxy/chat_completions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/proxy/chat_completions.go b/internal/proxy/chat_completions.go index 3c24e49..725ed0b 100644 --- a/internal/proxy/chat_completions.go +++ b/internal/proxy/chat_completions.go @@ -37,7 +37,7 @@ func (s *Server) chatCompletionsHandler(w http.ResponseWriter, r *http.Request) } if prefillPodHostPort == "" { - s.logger.V(4).Info("skip disagreggated prefill") + s.logger.V(4).Info("skip disaggregated prefill") s.decoderProxy.ServeHTTP(w, r) return }