From 84e88205597e53343d985817300c93c1c2e92d6d Mon Sep 17 00:00:00 2001 From: Eddie Kohler Date: Tue, 17 Sep 2024 16:13:31 -0400 Subject: [PATCH] Derpderp --- src/papercolumns/pc_wordcount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/papercolumns/pc_wordcount.php b/src/papercolumns/pc_wordcount.php index 0061a58e67..93aa6a2957 100644 --- a/src/papercolumns/pc_wordcount.php +++ b/src/papercolumns/pc_wordcount.php @@ -62,6 +62,6 @@ function text(PaperList $pl, PaperInfo $row) { return (string) $this->word_count($pl->user, $row); } function json(PaperList $pl, PaperInfo $row) { - retunr $this->word_count($pl->user, $row); + return $this->word_count($pl->user, $row); } }