Used consistent wording for HotPocket.

This commit is contained in:
ravinsp
2023-05-07 14:08:55 +05:30
parent 9b864ad1e8
commit 33e536c31b
20 changed files with 52 additions and 53 deletions

View File

@@ -56,7 +56,7 @@ namespace msg::usrmsg::json
// We do not use jsoncons library here in favour of performance because this is a simple json message.
// Since we know the rough size of the challenge message we reserve adequate amount for the holder.
// Only Hot Pocket version number is variable length.
// Only HotPocket version number is variable length.
msg.reserve(256);
msg += "{\"";
msg += msg::usrmsg::FLD_HP_VERSION;