Skip to content

Commit

Permalink
Fix spelling errors
Browse files Browse the repository at this point in the history
Used config files:
    1: .codespellrc

-------8<-------
SUMMARY:
chnages       1
ser           1
  • Loading branch information
jelmer committed Nov 15, 2024
1 parent d9345c0 commit 2bac47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion publish/src/bin/janitor-publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct Args {
#[clap(long)]
slowstart: bool,

/// Only publish chnages that were reviewed.
/// Only publish changes that were reviewed.
#[clap(long)]
reviewed_only: bool,

Expand Down
2 changes: 1 addition & 1 deletion publish/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use janitor::config::Campaign;
use janitor::publish::{MergeProposalStatus, Mode};
use janitor::vcs::{VcsManager, VcsType};
use reqwest::header::HeaderMap;
use serde::ser::SerializeStruct;
use serde::set::SerializeStruct;
use std::collections::HashMap;
use std::path::PathBuf;
use std::sync::{Arc, Mutex, RwLock};
Expand Down

0 comments on commit 2bac47f

Please sign in to comment.