some spelling fixes (#4088)

* quotes around Job::ToJob
* add new words to dictionary
This commit is contained in:
Andronik Ordian
2021-10-18 11:59:46 +02:00
committed by GitHub
parent 4f12ec239d
commit 8aba3ea8ca
6 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -708,7 +708,7 @@ impl<T: Config> Pallet<T> {
///
/// This functions modifies the state when failing. It is expected to be called in inherent,
/// and to fail the extrinsic on error. As invalid inherents are not allowed, the dirty state
/// is not commited.
/// is not committed.
pub(crate) fn provide_multi_dispute_data(
statement_sets: MultiDisputeStatementSet,
) -> Result<Vec<(SessionIndex, CandidateHash)>, DispatchError> {