mirror of
https://github.com/bitcoin/bips.git
synced 2026-05-18 16:59:30 +00:00
Fix typos on 17 files.
This commit is contained in:
@@ -208,7 +208,7 @@ NameResolutionService::~NameResolutionService()
|
||||
|
||||
void NameResolutionService::ExplodeHandle(const string& strHandle, string& strNickname, string& strDomain)
|
||||
{
|
||||
// split address at @ furthrest to the right
|
||||
// split address at @ furthest to the right
|
||||
size_t nPosAtsym = strHandle.rfind('@');
|
||||
strNickname = strHandle.substr(0, nPosAtsym);
|
||||
strDomain = strHandle.substr(nPosAtsym + 1, strHandle.size());
|
||||
|
||||
Reference in New Issue
Block a user