File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
node/functionaltests/tools Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ namespace Amm
174
174
175
175
if (dCtl < m_Ctl)
176
176
{
177
- // round the return part to the samller side, this way we'll never have empty components
177
+ // round the return part to the smaller side, this way we'll never have empty components
178
178
Float kRet = Float (dCtl) / Float (m_Ctl);
179
179
180
180
dRet.m_Tok1 = Float (m_Tok1) * kRet ;
Original file line number Diff line number Diff line change @@ -802,7 +802,7 @@ namespace beam
802
802
ByteBuffer ScanBuf (const std::string& s)
803
803
{
804
804
ByteBuffer ret;
805
- if (s.size () > 2 ) // 1st 2 characers are probably 0x
805
+ if (s.size () > 2 ) // 1st 2 characters are probably 0x
806
806
{
807
807
auto len = static_cast <uint32_t >(s.size ());
808
808
ret.resize (len);
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ void BaseTestNode::Run()
85
85
86
86
void BaseTestNode::OnConnectedSecure ()
87
87
{
88
- BEAM_LOG_INFO () << " connection is succeded " ;
88
+ BEAM_LOG_INFO () << " connection is succeeded " ;
89
89
}
90
90
91
91
void BaseTestNode::OnDisconnect (const DisconnectReason& reason)
You can’t perform that action at this time.
0 commit comments