Skip to content

Commit ed208bc

Browse files
authored
fix typos
1 parent d689521 commit ed208bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/trusted-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ if [ -d ./circuits ]; then
1010
elif [ -d ../circuits ]; then
1111
BUILD_DIR="../$BUILD_DIR"
1212
else
13-
echo "Error: can't find way to circuits folder: unknow directory."
13+
echo "Error: can't find way to circuits folder: unknown directory."
1414
exit 1
1515
fi
1616

1717
mkdir -p $BUILD_DIR/$SETUP_POWERS
1818

19-
# Generatin trusted setup as powers/SETUP_POWERS.ptau
19+
# Generating trusted setup as powers/SETUP_POWERS.ptau
2020
echo -e "\Generating trustep setup..."
2121

2222
snarkjs powersoftau new bn128 ${SETUP_POWERS} ${BUILD_DIR}/${SETUP_POWERS}/pot${SETUP_POWERS}_0000.ptau

0 commit comments

Comments
 (0)