diff --git a/proto/penumbra/penumbra/view/v1/view.proto b/proto/penumbra/penumbra/view/v1/view.proto index 1c9a3cfd72..3918dc826f 100644 --- a/proto/penumbra/penumbra/view/v1/view.proto +++ b/proto/penumbra/penumbra/view/v1/view.proto @@ -195,7 +195,7 @@ message AuctionsResponse { // service_. Note that the local view service may lag behind the fullnode. For // example, if the chain hits an auction's `end_height`, but the user hasn't // yet exchanged their sequence-0 (opened) auction NFT for a sequence-1 - // (closed) auction NFT, the local view service will have a sequnce number of + // (closed) auction NFT, the local view service will have a sequence number of // 0. // // Dutch auctions move from: @@ -817,4 +817,4 @@ message LatestSwapsResponse { uint64 block_height = 4; // The hash of the transaction that was broadcast. core.txhash.v1.TransactionId id = 5; -} \ No newline at end of file +}