diff --git a/src/budget.rs b/src/budget.rs index aeb766cab4e0eb..0208d0f737e31f 100644 --- a/src/budget.rs +++ b/src/budget.rs @@ -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 { diff --git a/src/payment_plan.rs b/src/payment_plan.rs index 7c90fa029f899f..7fd650d8d86bd6 100644 --- a/src/payment_plan.rs +++ b/src/payment_plan.rs @@ -12,7 +12,7 @@ pub enum Witness { /// The current time. Timestamp(DateTime), - /// A siganture from Pubkey. + /// A signature from Pubkey. Signature, }