mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
fix some typos (#3587)
Signed-off-by: cuinix <915115094@qq.com> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -159,7 +159,7 @@ impl ParachainInherentDataProvider {
|
||||
target: LOG_TARGET,
|
||||
relay_parent = ?relay_parent,
|
||||
error = ?e,
|
||||
"An error occured during requesting the downward messages.",
|
||||
"An error occurred during requesting the downward messages.",
|
||||
);
|
||||
})
|
||||
.ok()?;
|
||||
@@ -171,7 +171,7 @@ impl ParachainInherentDataProvider {
|
||||
target: LOG_TARGET,
|
||||
relay_parent = ?relay_parent,
|
||||
error = ?e,
|
||||
"An error occured during requesting the inbound HRMP messages.",
|
||||
"An error occurred during requesting the inbound HRMP messages.",
|
||||
);
|
||||
})
|
||||
.ok()?;
|
||||
|
||||
Reference in New Issue
Block a user