Skip to content

Commit

Permalink
small grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Dec 6, 2023
1 parent 2ca4a43 commit 25138f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/src/lib/cli/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ const RELAYER_KEY_ENV_VAR: &str = "NAMADA_RELAYER_KEY";
pub type App = clap::Command;
pub type ClapArg = clap::Arg;

/// Mode of operation og [`ArgMulti`] where zero or
/// Mode of operation of [`ArgMulti`] where zero or
/// more arguments may be present (i.e. `<pattern>*`).
pub enum GlobStar {}

/// Mode of operation og [`ArgMulti`] where at least
/// Mode of operation of [`ArgMulti`] where at least
/// one argument must be present (i.e. `<pattern>+`).
pub enum GlobPlus {}

Expand Down
2 changes: 1 addition & 1 deletion apps/src/lib/client/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub async fn sign<'a, N: Namada<'a>>(
let app = NamadaApp::new(TransportNativeHID::new(&hidapi).map_err(
|err| {
error::Error::Other(format!(
"Unble to connect to Ledger: {}",
"Unable to connect to Ledger: {}",
err
))
},
Expand Down

0 comments on commit 25138f1

Please sign in to comment.