diff --git a/docs/programmers_guide/db_walkthrough.MD b/docs/programmers_guide/db_walkthrough.MD index d26df39c3..13d3b99ac 100644 --- a/docs/programmers_guide/db_walkthrough.MD +++ b/docs/programmers_guide/db_walkthrough.MD @@ -130,7 +130,7 @@ Table "PlainState" Store together Accounts and Storage. Accounts: key="account address", value="current state of each account". -Storage: key="account address+incarnation+sorage hash", value="current value of storage". +Storage: key="account address+incarnation+storage hash", value="current value of storage". The accounts encoded by function `account.go:EncodeForStorage()` so that the first byte of a field is its length and bytes afterward the field itself.