aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2016-05-11 08:15:24 -0400
committerJan Christopher Vogt <oss.nsp@cvogt.org>2016-05-11 08:15:24 -0400
commitcfdaef7e1d6b5f07d19db35bc9f33de96c836191 (patch)
treefa44b28eeddedbcec28b8a6395fe9fd0f34d7c0f
parent80da1d862e49b1812c51e1b0c6eb26947d36f26d (diff)
parentf45842aacf7234eefa86dc6b63d348ead3c8ce21 (diff)
downloadcbt-cfdaef7e1d6b5f07d19db35bc9f33de96c836191.tar.gz
cbt-cfdaef7e1d6b5f07d19db35bc9f33de96c836191.tar.bz2
cbt-cfdaef7e1d6b5f07d19db35bc9f33de96c836191.zip
Merge pull request #120 from ritschwumm/patch-1
Update cbt
-rwxr-xr-xcbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbt b/cbt
index 0c5eaca..3e2d0a9 100755
--- a/cbt
+++ b/cbt
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Launcher bash script that bootstraps CBT from source.
# (Some of the code for reporting missing dependencies and waiting for nailgun to come up is a bit weird.)
-# This is inentionally kept as small as posible.
+# This is intentionally kept as small as possible.
# Welcome improvements to this file:
# - reduce code size through better ideas
# - reduce code size by moving more of this into type-checked Java/Scala code (if possible without performance loss).