From: Georg Brandl Date: Tue, 2 Oct 2012 20:14:32 +0000 (+0200) Subject: Typo fix. X-Git-Tag: 1.5~16^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=30ec9a2d5ca657495e709f15fcfaf520d71f3a0e;p=irker.git Typo fix. --- diff --git a/irkerhook.py b/irkerhook.py index b147267..4c97710 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -333,8 +333,8 @@ def hg_hook(ui, repo, hooktype, node=None, url=None, **_kwds): ship(extractor, node, False) def ship(extractor, commit, debug): - "Ship a notification for the sspecified commit." - metadata = extractor.commit_factory(commit) + "Ship a notification for the specified commit." + metadata = extractor.commit_factory(commit) # Message reduction. The assumption here is that IRC can't handle # lines more than 510 characters long. If we exceed that length, we # try knocking out the file list, on the theory that for notification