From 467dd77de36d6ccae07326acdbb70d815fff9da1 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 5 Jan 2025 00:15:44 -0500 Subject: [PATCH] Fix idiot comment --- lib/xenu_nntp/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xenu_nntp/message.py b/lib/xenu_nntp/message.py index cd3bb0c..c7708a7 100644 --- a/lib/xenu_nntp/message.py +++ b/lib/xenu_nntp/message.py @@ -166,7 +166,7 @@ class Message(DatabaseTable): # # Defer parsing the message content until a specific header not already - # assigned to a dedcicated property, or the message body, is required. + # assigned to a dedicated property, or the message body, is required. # message.content = row.content