From 8b58e93a2e845deb37d62b5ef837510839cbe356 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 23 Jun 2021 18:10:19 +0900 Subject: [PATCH] Fix typo in Quality.h: alway -> always --- src/ripple/protocol/Quality.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/Quality.h b/src/ripple/protocol/Quality.h index 6324a8836a..8626fe0ce0 100644 --- a/src/ripple/protocol/Quality.h +++ b/src/ripple/protocol/Quality.h @@ -118,7 +118,7 @@ public: private: // This has the same representation as STAmount, see the comment on the - // STAmount. However, this class does not alway use the canonical + // STAmount. However, this class does not always use the canonical // representation. In particular, the increment and decrement operators may // cause a non-canonical representation. value_type m_value;