From b5b2aaafeaceeec017f79003fa5001484a7f76b4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 28 Mar 2010 10:10:44 -0400 Subject: Typo fixes --- repo/hooks/ciabot.py | 4 ++-- repo/hooks/ciabot.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'repo') diff --git a/repo/hooks/ciabot.py b/repo/hooks/ciabot.py index b875886b..a3828197 100755 --- a/repo/hooks/ciabot.py +++ b/repo/hooks/ciabot.py @@ -99,8 +99,8 @@ fromaddr = "CIABOT-NOREPLY@" + host toaddr = "cia@cia.vc" # Identify the generator script. -# Should only change when the script itself has a new home -generator="http://www.catb.org/~esr/ciabot.sh" +# Should only change when the script itself gets a new home and maintainer. +generator="http://www.catb.org/~esr/ciabot.py" def do(command): return commands.getstatusoutput(command)[1] diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh index b3c36316..d276efb8 100755 --- a/repo/hooks/ciabot.sh +++ b/repo/hooks/ciabot.sh @@ -58,7 +58,8 @@ urlprefix="http://${host}/cgi-bin/cgit.cgi/${repo}/commit/?id=" # You probably will not need to change the following: # -# Identify the script. Should change only wghen the script itself +# Identify the script. Should change only when the script itself +# gets a new home and maintainer. generator="http://www.catb.org/~esr/ciabot.sh" # Addresses for the e-mail -- cgit v1.2.1