From df203fd4f744b665df47fc3dc0762aa06249b375 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 16 Feb 2021 12:08:04 +0100 Subject: [PATCH] Fix typo in Caclulates --- packages/tendermint-rpc/src/dates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tendermint-rpc/src/dates.ts b/packages/tendermint-rpc/src/dates.ts index e6206b2e..fd75d7ea 100644 --- a/packages/tendermint-rpc/src/dates.ts +++ b/packages/tendermint-rpc/src/dates.ts @@ -37,7 +37,7 @@ export function fromSeconds(seconds: number, nanos = 0): DateWithNanoseconds { } /** - * Caclulates the UNIX timestamp in seconds as well as the nanoseconds after the given second. + * Calculates the UNIX timestamp in seconds as well as the nanoseconds after the given second. * * This is useful when dealing with external systems like the protobuf type * [.google.protobuf.Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)