Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Sep 11, 2018
1 parent 9d80eef commit bace288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/budget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl Condition {
}
}

/// A data type reprsenting a payment plan.
/// A data type representing a payment plan.
#[repr(C)]
#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone)]
pub enum Budget {
Expand Down
2 changes: 1 addition & 1 deletion src/payment_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub enum Witness {
/// The current time.
Timestamp(DateTime<Utc>),

/// A siganture from Pubkey.
/// A signature from Pubkey.
Signature,
}

Expand Down

0 comments on commit bace288

Please sign in to comment.