fix a few typos in spec

This commit is contained in:
Anton Kaliaev
2018-09-07 11:40:16 +04:00
parent 22445a5029
commit 47dc4e6428
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ The main ABCI server (ie. non-GRPC) provides ordered asynchronous messages.
This is useful for DeliverTx and CheckTx, since it allows Tendermint to forward
transactions to the app before it's finished processing previous ones.
Thus, DeliverTx and CheckTx messages are sent asycnhronously, while all other
Thus, DeliverTx and CheckTx messages are sent asynchronously, while all other
messages are sent synchronously.
## Client