From bace2880d0bc221dba668e468883ef5b67340463 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 10 Sep 2018 19:58:18 -0700 Subject: [PATCH] Correct spelling --- src/budget.rs | 2 +- src/payment_plan.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/budget.rs b/src/budget.rs index aeb766cab4..0208d0f737 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 7c90fa029f..7fd650d8d8 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, }