mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
Fix typo
This commit is contained in:
parent
3c5c375f71
commit
db36018849
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue