Minor cleanup

This commit is contained in:
Martin Hořeňovský
2017-08-30 15:42:01 +02:00
parent 46e28791ff
commit 255f7d7369
6 changed files with 2 additions and 10 deletions

View File

@@ -50,8 +50,8 @@ namespace Catch {
}
public:
BinaryExpr( bool comparisionResult, LhsT lhs, StringRef op, RhsT rhs )
: m_result( comparisionResult ),
BinaryExpr( bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs )
: m_result( comparisonResult ),
m_lhs( lhs ),
m_op( op ),
m_rhs( rhs )