Browse Source

Fix typo

pull/1743/head
Dimitris Apostolou 2 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 @@ -26,7 +26,7 @@ if [ -z $screenfind ]; then
fi
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;
fi

Loading…
Cancel
Save