summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-11-14 11:01:34 -0800
committerGitHub <noreply@github.com>2016-11-14 11:01:34 -0800
commit8ac79fbe3dd1b28d052551a5fa3e6acfdc1ba457 (patch)
treebc430da90685195db6532311f37781ac734479e5 /build_integration.sh
parent77591afa789a4752f4d385228bea980f448f6a08 (diff)
parentcd74c1fe4053385151175b5100cb0a0d43bc31f6 (diff)
downloadkafka-python-8ac79fbe3dd1b28d052551a5fa3e6acfdc1ba457.tar.gz
Fix typos (#874)
Diffstat (limited to 'build_integration.sh')
-rwxr-xr-xbuild_integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_integration.sh b/build_integration.sh
index fabf656..04299a8 100755
--- a/build_integration.sh
+++ b/build_integration.sh
@@ -9,7 +9,7 @@ if [ -z "$SCALA_VERSION" ]; then
fi
# On travis CI, empty KAFKA_VERSION means skip integration tests
-# so we dont try to get binaries
+# so we don't try to get binaries
# Otherwise it means test all official releases, so we get all of them!
if [ -z "$KAFKA_VERSION" -a -z "$TRAVIS" ]; then
KAFKA_VERSION=$OFFICIAL_RELEASES