diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-08-01 11:58:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-01 12:01:01 -0700 |
commit | d50cb7569cfb6e04ba48900821618d28012f334e (patch) | |
tree | 641264cefb155981b8861759cd39665ffcd04cd2 /contrib/ciabot/ciabot.sh | |
parent | Merge branch 'ms/subtree-install-fix' (diff) | |
parent | many small typofixes (diff) | |
download | tgif-d50cb7569cfb6e04ba48900821618d28012f334e.tar.xz |
Merge branch 'ob/typofixes'
* ob/typofixes:
many small typofixes
Diffstat (limited to 'contrib/ciabot/ciabot.sh')
-rwxr-xr-x | contrib/ciabot/ciabot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ciabot/ciabot.sh b/contrib/ciabot/ciabot.sh index 3fbbc534ae..dfb71a1a15 100755 --- a/contrib/ciabot/ciabot.sh +++ b/contrib/ciabot/ciabot.sh @@ -39,7 +39,7 @@ # done # # The reason for the tac call is that git rev-list emits commits from -# most recent to least - better to ship notifactions from oldest to newest. +# most recent to least - better to ship notifications from oldest to newest. # # Configuration variables affecting this script: # @@ -64,7 +64,7 @@ # down. It is unknown whether this is still an issue in 2010, but # XML-RPC would be annoying to do from sh in any case. (XML-RPC does # have the advantage that it guarantees notification of multiple commits -# shpped from an update in their actual order.) +# shipped from an update in their actual order.) # # The project as known to CIA. You can set this with a -p option, |