Fix some codespell found warnings

This commit is contained in:
Stanislas Daniel Claude Dolcini 2024-08-21 20:37:17 +02:00
parent 720ee7353a
commit ca46587a8d
Signed by: Stan
GPG Key ID: 244943DFF8370D60

View File

@ -81,8 +81,8 @@ class Phabricator(callbacks.Plugin):
formatting=self.formatting
).getReplies()
for strng in strings:
irc.queueMsg(ircmsgs.privmsg(channel, strng))
for reply in strings:
irc.queueMsg(ircmsgs.privmsg(channel, reply))
def do315(self, irc, msg):
@ -281,7 +281,7 @@ class PhabricatorStoryPrinter:
return False
# Pulls some stories on phabricator that are more recent or older than the current chronokey.
# Fetches the refered authors and differentials.
# Fetches the referred authors and differentials.
# Returns a list of human-readable strings to be posted in irc and the updated chronokey or
# Returns True if all stories in that timeframe have been processed already.
def pullSomeStories(self):
@ -508,7 +508,7 @@ class ConduitAPI:
return data.get("result")
# Return some information about arbitrary objects, like
# differntials, users, commits, transactions, ...
# differentials, users, commits, transactions, ...
def queryPHIDs(self, phids):
if len(phids) == 0: