summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2019-11-06 16:13:39 +0100
committerJonas Bernoulli <jonas@bernoul.li>2019-11-06 16:13:39 +0100
commitf31d1b065dde40ea0d820211f606df4329d73a10 (patch)
tree3eabfb3e300d1182855f1b67bb29b163ac99b084 /autogen.sh
parented6842e5bd5365bdf593c952582f98d9325b3d80 (diff)
Fix typos
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e623f4f..1155320 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ test -f mu/mu.cc || {
exit 1
}
-# opportunistically; usually not needed, but occassionaly it'll
+# opportunistically; usually not needed, but occasionally it'll
# avoid build errors that would otherwise confuse users.
test -f Makefile && {
echo "*** clear out old things"