From 6373e8b982937f1381ab0854df79a008186ae489 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 19 Aug 2019 12:08:47 +0100 Subject: [PATCH] Typo --- content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.py b/content.py index f824d5755..9095e5091 100644 --- a/content.py +++ b/content.py @@ -157,7 +157,7 @@ def addHtmlTags(baseDir: str,httpPrefix: str, \ if wordStr.endswith('.'): if not wordStr.startswith('@'): words[wordIndex]=words[wordIndex][:-1] - if wordStr.startsswith('.'): + if wordStr.startswith('.'): words[wordIndex]=words[wordIndex][1:] replaceMentions={} replaceHashTags={}