Skip to content

Commit be50c5d

Browse files
Correct typo in generate_keys.bat (#285)
1 parent 80f2698 commit be50c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generate_keys.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FOR %%i IN ("dsa_priv.pem" "dsa_pub.pem") DO (
2323
echo[
2424
echo Generated two files:
2525
echo dsa_priv.pem: your private key. Keep it secret and don't share it!
26-
echo dsa_pub.pem: public counterpart to include in youe app.
26+
echo dsa_pub.pem: public counterpart to include in your app.
2727

2828
echo BACK UP YOUR PRIVATE KEY AND KEEP IT SAFE!
2929
echo If you lose it, your users will be unable to upgrade!

0 commit comments

Comments
 (0)