diff --git a/zebra-rpc/src/methods.rs b/zebra-rpc/src/methods.rs index 7cc0b46b48e..96b3d65d010 100644 --- a/zebra-rpc/src/methods.rs +++ b/zebra-rpc/src/methods.rs @@ -745,7 +745,7 @@ where // # Performance // // `lightwalletd` calls this RPC with verosity 1 for its initial sync of 2 million blocks, the - // performace of this RPC with verbosity 1 significantly affects `lightwalletd`s sync time. + // performance of this RPC with verbosity 1 significantly affects `lightwalletd`s sync time. // // TODO: // - use `height_from_signed_int()` to handle negative heights