aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-23 23:58:12 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-23 23:58:34 +0200
commitf630c5a675ca37467b5fba9a3dd41044381ac6ce (patch)
tree113686bec5c58182de320db503f86fa16f2c8c05 /bootstrap
parent11f5b0148a8343c776b2562494840ad2963959fb (diff)
downloadgnunet-f630c5a675ca37467b5fba9a3dd41044381ac6ce.tar.gz
gnunet-f630c5a675ca37467b5fba9a3dd41044381ac6ce.zip
-fix typos
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 8fc4c4426..984c56cb3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3# We should use /usr/bin/env sh, but some systems are notoriously picky. 3# We should use /usr/bin/env sh, but some systems are notoriously picky.
4# In fact we could ommit this line if some automations wouldn't rely on 4# In fact we could omit this line if some automations wouldn't rely on
5# running this file via ./bootstrap. 5# running this file via ./bootstrap.
6# 6#
7# This file is in the public domain. 7# This file is in the public domain.