s/avaiable/available/

This commit is contained in:
cathugger 2018-01-10 21:33:37 +00:00
parent bce24286f2
commit b2f29d1cab
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ When to use what:
- otherwise you should benchmark, but "--enable-donna" will probably win
Please note, that these recomendations may become out of date if more implementations
are added in the future; use `./configure --help` to obtain all avaiable options.
are added in the future; use `./configure --help` to obtain all available options.
When in doubt, benchmark.

View file

@ -12,7 +12,7 @@ BUILDING:
`./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"`.
You probably also want to pass something like "--enable-amd64-51-30k"
or "--enable-donna" to configure script for faster key generation;
run `./configure --help` to see all avaiable options.
run `./configure --help` to see all available options.
Finally, `make` to start building (`gmake` in *BSD platforms).
USAGE:
@ -22,7 +22,7 @@ for each discovered service. By default root is current
directory, but that can be overridden with -d switch.
Use -s switch to enable printing of statistics, which may be useful
when benchmarking different ed25519 implementations on your machine.
Use -h switch to obtain all avaiable options.
Use -h switch to obtain all available options.
I highly recommend reading OPTIMISATION.txt for performance-related tips.
CONTACT: