Browse Source

Fix typo

pull/1743/head
Dimitris Apostolou 3 years ago committed by R4SAS
parent
commit
db36018849
  1. 2
      contrib/android_binary_pack/i2pd

2
contrib/android_binary_pack/i2pd

@ -26,7 +26,7 @@ if [ -z $screenfind ]; then
fi fi
if [ -z i2pd-$arch ]; then if [ -z i2pd-$arch ]; then
echo "Can't find i2pd binary for your archtecture."; echo "Can't find i2pd binary for your architecture.";
exit 1; exit 1;
fi fi

Loading…
Cancel
Save