# HG changeset patch
# User Ingy döt Net <ingy@ingy.net>
# Date 1385871908 0
#      Sun Dec 01 04:25:08 2013 +0000
# Node ID 0a252eab32d5b5582e6d589f24f9b77c6625bd97
# Parent  0a2b34b23f08fd4ffc84c859e5db0944e8dd8c60
Boo! typo in travis file

diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,4 @@
 - clang
 - gcc
 
-script: ./boostrap && ./configure && make && make test
+script: ./bootstrap && ./configure && make && make test