aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorritschwumm <ritschwumm@users.noreply.github.com>2016-05-03 11:40:43 +0200
committerritschwumm <ritschwumm@users.noreply.github.com>2016-05-03 11:40:43 +0200
commitf45842aacf7234eefa86dc6b63d348ead3c8ce21 (patch)
treefa44b28eeddedbcec28b8a6395fe9fd0f34d7c0f
parent80da1d862e49b1812c51e1b0c6eb26947d36f26d (diff)
downloadcbt-f45842aacf7234eefa86dc6b63d348ead3c8ce21.tar.gz
cbt-f45842aacf7234eefa86dc6b63d348ead3c8ce21.tar.bz2
cbt-f45842aacf7234eefa86dc6b63d348ead3c8ce21.zip
Update cbt
fix typos
-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).