diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-03-28 09:34:30 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-03-28 09:34:30 -0400 |
commit | afcaeaef5ef16033dbb1518436c3d5f1d356b177 (patch) | |
tree | 05932f0ecdc8dc6ac218656dbb2504ec0f0cbc4c /repo | |
parent | fa58b50f383f42d668213938314b2d0c9d010d34 (diff) | |
download | gpsd-afcaeaef5ef16033dbb1518436c3d5f1d356b177.tar.gz |
Typo fix.
Diffstat (limited to 'repo')
-rwxr-xr-x | repo/hooks/ciabot.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repo/hooks/ciabot.py b/repo/hooks/ciabot.py index d8f4b83d..9667fa76 100755 --- a/repo/hooks/ciabot.py +++ b/repo/hooks/ciabot.py @@ -23,7 +23,7 @@ # Call with -n to see the notification mail dumped to stdout rather # than shipped to CIA. This may be useful for debugging purposes. # -import os, sys, commands, socket, urllib + # # The project as known to CIA. You will want to change this: # @@ -32,6 +32,7 @@ project="GPSD" # # You may not need to change these: # +import os, sys, commands, socket, urllib # Name of the repository. # You can hardwire this to make the script faster. @@ -54,7 +55,7 @@ urlprefix="http://%(host)s/cgi-bin/cgit.cgi/%(repo)s/commit/?id=" tinyifier = "http://tinyurl.com/api-create.php?url=" # The template used to generate the XML messages to CIA. You can make -# visible changes to the IRC-bot notfication lines by hacking this. +# visible changes to the IRC-bot notification lines by hacking this. # The default will produce a notfication line that looks like this: # # ${project}: ${author} ${repo}:${branch} * ${rev} ${files}: ${logmsg} ${url} |