Correct spelling

This commit is contained in:
Michael Vines 2018-09-10 13:48:35 -07:00
parent a91b785ba5
commit 2be0dbddbb
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 2 deletions

View File

@ -635,7 +635,7 @@ impl Bank {
e.remove_entry();
}
};
//TODO this allocation needs to be changed once the runtime only allows for explitly
//TODO this allocation needs to be changed once the runtime only allows for explicitly
//allocated memory
account[1].userdata = if pending.is_empty() {
vec![]
@ -664,7 +664,7 @@ impl Bank {
for key in completed {
pending.remove(&key);
}
//TODO this allocation needs to be changed once the runtime only allows for explitly
//TODO this allocation needs to be changed once the runtime only allows for explicitly
//allocated memory
account.userdata = if pending.is_empty() {
vec![]