txscript: Fix typo in README

This commit is contained in:
Chris Shepherd 2016-01-29 01:11:21 -08:00 committed by Chris Shepherd
parent 95361a2afc
commit 528ddaf23e

View file

@ -15,7 +15,7 @@ package for any projects needing to use or validate bitcoin transaction scripts.
## Bitcoin Scripts
Bitcoin provides a stack-based, FORTH-like langauge for the scripts in
Bitcoin provides a stack-based, FORTH-like language for the scripts in
the bitcoin transactions. This language is not turing complete
although it is still fairly powerful. A description of the language
can be found at https://en.bitcoin.it/wiki/Script