fix typos (#291)

This commit is contained in:
Black3HDF
2019-06-16 15:50:17 +08:00
committed by Bastian Köcher
parent 62869f8a0a
commit cab12b60c1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ mod tests {
use substrate_primitives::{H256, Blake2Hasher};
use parity_codec::{Decode, Encode};
// The testing primitives are very useful for avoiding having to work with signatures
// or public keys. `u64` is used as the `AccountId` and no `Signature`s are requried.
// or public keys. `u64` is used as the `AccountId` and no `Signature`s are required.
use sr_primitives::{
BuildStorage, traits::{BlakeTwo256, IdentityLookup}, testing::{Digest, DigestItem, Header}
};