Fix typo in Quality.h:

alway -> always
This commit is contained in:
Ikko Ashimine
2021-06-23 18:10:19 +09:00
committed by manojsdoshi
parent 3752234161
commit 8b58e93a2e

View File

@@ -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;