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> {
+1 -1
View File
@@ -480,7 +480,7 @@ pub mod pallet {
/// This cancels a pending open channel request. It can be canceled be either of the sender
/// or the recipient for that request. The origin must be either of those.
///
/// The cancelling happens immediately. It is not possible to cancel the request if it is
/// The cancellation happens immediately. It is not possible to cancel the request if it is
/// already accepted.
#[pallet::weight(0)]
pub fn hrmp_cancel_open_request(