diff options
Diffstat (limited to 'common/rfb/obfuscate.cxx')
-rw-r--r-- | common/rfb/obfuscate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/obfuscate.cxx b/common/rfb/obfuscate.cxx index a88d2822..18a598fe 100644 --- a/common/rfb/obfuscate.cxx +++ b/common/rfb/obfuscate.cxx @@ -58,7 +58,7 @@ std::string rfb::deobfuscate(const uint8_t *data, size_t len) char buf[9]; if (len != 8) - throw std::invalid_argument("bad obfuscated password length"); + throw std::invalid_argument("Bad obfuscated password length"); assert(data != nullptr); |