Fix typo in RFC1751.cpp

seperated -> separated
This commit is contained in:
Ikko Ashimine
2021-11-30 18:26:16 +09:00
committed by Nik Bougalis
parent 32a26a65d9
commit 6f6179abb4

View File

@@ -438,7 +438,7 @@ RFC1751::etob(std::string& strData, std::vector<std::string> vsHuman)
return 1;
}
/** Convert words seperated by spaces into a 128 bit key in big-endian format.
/** Convert words separated by spaces into a 128 bit key in big-endian format.
@return
1 if succeeded