summaryrefslogtreecommitdiff
path: root/contrib/cleanup-prebuilt-dir.sh
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-02-16 12:18:43 -0300
committerSebastian <sebasjm@gmail.com>2024-02-16 12:18:43 -0300
commit366e1fb65fb33b7b17b61e2f90269b7fd4097fb4 (patch)
tree8c450a6e056c6b7e77d32f985be7a3322fd7fc58 /contrib/cleanup-prebuilt-dir.sh
parentc9c11c1b9c28f997614a8e0c099fd1fb601936a3 (diff)
downloadwallet-core-366e1fb65fb33b7b17b61e2f90269b7fd4097fb4.tar.gz
wallet-core-366e1fb65fb33b7b17b61e2f90269b7fd4097fb4.tar.bz2
wallet-core-366e1fb65fb33b7b17b61e2f90269b7fd4097fb4.zip
fixing codespell
Diffstat (limited to 'contrib/cleanup-prebuilt-dir.sh')
-rwxr-xr-xcontrib/cleanup-prebuilt-dir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cleanup-prebuilt-dir.sh b/contrib/cleanup-prebuilt-dir.sh
index fb21002cd..5553fb467 100755
--- a/contrib/cleanup-prebuilt-dir.sh
+++ b/contrib/cleanup-prebuilt-dir.sh
@@ -3,7 +3,7 @@ set -e
[ ! -d prebuilt ] && git worktree add -f prebuilt prebuilt && exit 1
-# make sure that the prebuilt directoy is clean
+# make sure that the prebuilt directory is clean
# before building
# this script is part of the make prebuilt
cd prebuilt