aboutsummaryrefslogtreecommitdiff
path: root/contrib
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
parentc9c11c1b9c28f997614a8e0c099fd1fb601936a3 (diff)
downloadwallet-core-366e1fb65fb33b7b17b61e2f90269b7fd4097fb4.tar.xz
fixing codespell
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cleanup-prebuilt-dir.sh2
-rwxr-xr-xcontrib/publish-prebuilt-dir.sh2
2 files changed, 2 insertions, 2 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
diff --git a/contrib/publish-prebuilt-dir.sh b/contrib/publish-prebuilt-dir.sh
index d3e47b964..fcf7ecee8 100755
--- a/contrib/publish-prebuilt-dir.sh
+++ b/contrib/publish-prebuilt-dir.sh
@@ -7,7 +7,7 @@
COMMIT=$(git rev-parse --verify HEAD)
MSG="built from ${COMMIT}"
-# after buliding process has copy everything into
+# after building process has copy everything into
# the prebuilt folder
cd prebuilt
git commit -m "$MSG" -a