From 30ec9a2d5ca657495e709f15fcfaf520d71f3a0e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 2 Oct 2012 22:14:32 +0200 Subject: [PATCH] Typo fix. --- irkerhook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2