From f5bf8c37cb9963e03952be75a962fb9be43edad2 Mon Sep 17 00:00:00 2001 From: Kareila Date: Tue, 8 Aug 2023 20:05:58 -0500 Subject: [PATCH] fix typo in hardcoded text --- bin/worker/sphinx-search-gm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/worker/sphinx-search-gm b/bin/worker/sphinx-search-gm index ce44b55b3..382ed6adc 100755 --- a/bin/worker/sphinx-search-gm +++ b/bin/worker/sphinx-search-gm @@ -235,7 +235,7 @@ sub _build_output { } else { # something happened, couldn't get the comment - $match->{entry} = '(sorry, this coment has been deleted or is otherwise unavailable)'; + $match->{entry} = '(sorry, this comment has been deleted or is otherwise unavailable)'; $match->{subject} = 'Comment deleted or unavailable.'; } push @out, $match;